Class GoogleGeminiOptions
Inherited Members
Namespace: Glitch9.AIDevKit.Google
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public sealed class GoogleGeminiOptions : ITextRequestOptions, IProviderRequestOptions
Properties
| Edit this page View SourceCachedContent
Optional. The name of the cached content used as context to serve the prediction.
Note: only used in explicit caching, where users can have control over caching (e.g. what content to cache) and enjoy guaranteed cost savings.
Format: cachedContents/{cachedContent}
Declaration
public string CachedContent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |