@cpod/sdk - v0.2.7
    Preparing search index...

    Interface PromptStreamChunk

    interface PromptStreamChunk {
        content: string;
        done: boolean;
        tokensUsed?: number;
        finishReason?: string;
    }
    Index

    Properties

    content: string
    done: boolean
    tokensUsed?: number
    finishReason?: string