Theia API Documentation v1.65.0
    Preparing search index...
    interface ThinkingMessage {
        actor: "ai";
        signature: string;
        thinking: string;
        type: "thinking";
    }
    Index

    Properties

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