AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class PromptTokensDetails

    Input token details for the prompt. This includes audio input tokens and cached tokens.

    Inheritance
    object
    PromptTokensDetails
    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    public class PromptTokensDetails

    Properties

    AudioTokens

    Audio input tokens present in the prompt.

    Declaration
    public int AudioTokens { get; set; }
    Property Value
    Type Description
    int

    CachedTokens

    Cached tokens present in the prompt.

    Declaration
    public int CachedTokens { get; set; }
    Property Value
    Type Description
    int
    In this article
    Back to top Generated by DocFX