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

    Properties

    signature?: string
    thinking: string
    type: "thinking"