次の方法で共有


DiskBasedResponseCache.Provider(String) Constructor

Definition

public:
 Provider(System::String ^ storageRootPath);
public Provider (string storageRootPath);
new Microsoft.Extensions.AI.Evaluation.Reporting.Storage.Disk.DiskBasedResponseCache.Provider : string -> Microsoft.Extensions.AI.Evaluation.Reporting.Storage.Disk.DiskBasedResponseCache.Provider
Public Sub New (storageRootPath As String)

Parameters

storageRootPath
String

The path to a directory on disk under which the cached AI responses should be stored.

Applies to