@archastro/sdk
    Preparing search index...

    Interface ChatLocalToolCall

    One local function invocation requested by the model.

    interface ChatLocalToolCall {
        arguments: Record<string, unknown>;
        id: string;
        name: string;
    }
    Index

    Properties

    Properties

    arguments: Record<string, unknown>
    id: string
    name: string