Neutrome SDK reference
    Preparing search index...

    Type Alias ToolCallData

    A tool call decoded into its transport-level fields.

    type ToolCallData = {
        args: string;
        id: string;
        name: string;
    }
    Index
    args: string

    Raw argument JSON exactly as the provider sent it.

    id: string

    Provider-assigned call id, or an empty string when absent.

    name: string

    Called tool name, or an empty string when absent.