Member Junction
    Preparing search index...
    interface NativeToolSet {
        byToolName: Map<string, NativeToolBinding>;
        controlToolNames: string[];
        tools: ChatTool[];
    }
    Index

    Properties

    byToolName: Map<string, NativeToolBinding>

    Keyed by the declared tool name.

    controlToolNames: string[]

    Every declared name that is NOT an Action — what the runner strips for hybrid models.

    tools: ChatTool[]