Member Junction
    Preparing search index...

    Interface AgentActionDeclarationRow

    The two fields of an MJ: AI Agent Actions row that declaration control reads.

    interface AgentActionDeclarationRow {
        ActionID: string;
        DeclareAsNativeTool: boolean;
    }
    Index

    Properties

    ActionID: string
    DeclareAsNativeTool: boolean