@archastro/sdk
    Preparing search index...

    Interface ChatLocalToolRequest

    A correlated batch of local function calls targeted to one connection.

    interface ChatLocalToolRequest {
        calls: ChatLocalToolCall[];
        id: string;
    }
    Index

    Properties

    Properties

    id: string