Circle V2 API Docs
    Preparing search index...

    Type Alias AiFeedbackThreadTurn

    One turn of a snapshotted conversation.

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

    Properties

    Properties

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