Circle V2 API Docs
    Preparing search index...
    type RunCaseChatV3Params = {
        conversationId?: string;
        entityId: EntityId | null;
        messages: { content: string; role: "user" | "assistant" }[];
        patientId: PatientId;
    }
    Index

    Properties

    conversationId?: string

    Groups the conversation as one LangSmith thread. Falls back to a per-patient thread.

    entityId: EntityId | null
    messages: { content: string; role: "user" | "assistant" }[]

    The conversation, oldest first. The last turn is the message being answered.

    patientId: PatientId