Interface ThinkingMessage

interface ThinkingMessage {
    actor: "ai";
    signature: string;
    thinking: string;
    type: "thinking";
}

Properties

actor: "ai"
signature: string
thinking: string
type: "thinking"