Class PromptTokensDetails
Breakdown of tokens used in the prompt.
Inherited Members
Namespace: Oci.GenerativeaiinferenceService.Models
Assembly: OCI.DotNetSDK.Generativeaiinference.dll
Syntax
public class PromptTokensDetails
Properties
CachedTokens
Declaration
[JsonProperty(PropertyName = "cachedTokens")]
public int? CachedTokens { get; set; }
Property Value
Type | Description |
---|---|
int? | Cached tokens present in the prompt. |