Member Junction
    Preparing search index...

    One Action, and the provider-legal tool name it was declared under.

    interface ActionToolBinding {
        action: MJActionEntityExtended;
        kind: "action";
        tool: ChatTool;
        toolName: string;
    }
    Index

    Properties

    The Action the framework dispatches when that name comes back.

    kind: "action"

    Discriminant shared with the control-flow bindings in control-tools.ts.

    tool: ChatTool
    toolName: string

    The sanitized name the model calls.