Member Junction
    Preparing search index...

    A client-executed tool a channel exposes to the realtime model (declared at session start).

    interface WidgetChannelToolDefinition {
        Description: string;
        Name: string;
        ParametersSchema: Record<string, unknown>;
    }
    Index

    Properties

    Description: string

    One-line description the model sees.

    Name: string

    Fully-qualified tool name, MUST start with the channel's BaseWidgetChannel.ToolNamePrefix.

    ParametersSchema: Record<string, unknown>

    JSON-Schema for the tool's arguments (provider-agnostic; drivers translate it).