@archastro/sdk
    Preparing search index...

    Interface ChatLocalToolFunction

    A function implemented by the client connected to a personal thread.

    interface ChatLocalToolFunction {
        description: string;
        name: string;
        parameters: Record<string, unknown>;
    }
    Index

    Properties

    description: string
    name: string
    parameters: Record<string, unknown>