plugNmeet JS SDK - v2.0.3
    Preparing search index...

    Type Alias InsightsAITextChatStreamResult

    InsightsAITextChatStreamResult: Message<
        "plugnmeet.InsightsAITextChatStreamResult",
    > & {
        id: string;
        text: string;
        isLastChunk: boolean;
        promptTokens: number;
        completionTokens: number;
        totalTokens: number;
        createdAt: string;
    }

    Type Declaration

    • id: string

      from field: string id = 1;

    • text: string

      from field: string text = 2;

    • isLastChunk: boolean

      from field: bool is_last_chunk = 3;

    • promptTokens: number

      from field: uint32 prompt_tokens = 4;

    • completionTokens: number

      from field: uint32 completion_tokens = 5;

    • totalTokens: number

      from field: uint32 total_tokens = 6;

    • createdAt: string

      from field: string createdAt = 7;

    from message plugnmeet.InsightsAITextChatStreamResult