Circle V2 API Docs
    Preparing search index...

    Type Alias RunCaseReviewChatResult

    type RunCaseReviewChatResult = {
        citations?: RunCaseReviewChatCitation[];
        content: string;
        id: string;
        role: "assistant";
    }
    Index

    Properties

    content: string
    id: string
    role: "assistant"