Member Junction
    Preparing search index...

    Result of routing a tool call through the host.

    interface ChannelToolRouteResult {
        channel?: BaseWidgetChannel;
        handled: boolean;
        resultJson?: string;
    }
    Index

    Properties

    The channel that handled it (present when handled) — lets the controller reveal its surface.

    handled: boolean

    Whether a channel owned (and applied) the tool. When false, the caller relays it to the server.

    resultJson?: string

    The channel's result JSON (present when handled).