Theia API Documentation v1.65.0
    Preparing search index...
    interface LanguageModelDelegateClient {
        error(id: string, error: Error): void;
        send(id: string, token: undefined | LanguageModelStreamResponsePart): void;
        toolCall(
            requestId: string,
            toolId: string,
            args_string: string,
        ): Promise<ToolCallResult>;
    }

    Implemented by

    Index

    Methods