Circle V2 API Docs
    Preparing search index...

    Type Alias CaseChatTurn

    One prior turn of the conversation.

    type CaseChatTurn = {
        content: string;
        role: "user" | "assistant";
    }
    Index

    Properties

    Properties

    content: string
    role: "user" | "assistant"