ChatTurnDetails.CacheKey Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the cache key for the cached model response for the chat conversation turn.
public:
property System::String ^ CacheKey { System::String ^ get(); void set(System::String ^ value); };
public string? CacheKey { get; set; }
member this.CacheKey : string with get, set
Public Property CacheKey As String
Property Value
Remarks
Returns null
if response caching was disabled.