Interface LanguageModelDelegateClient

interface LanguageModelDelegateClient {
    send(id, token): void;
    toolCall(requestId, toolId, args_string): Promise<unknown>;
}

Implemented by

Methods

Methods