Show / Hide Table of Contents

Class PromptTokensDetails

Breakdown of tokens used in the prompt.

Inheritance
object
PromptTokensDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top