Member Junction
    Preparing search index...

    Interface MJTaskEntity_ITaskAgentConfiguration

    Settings for an Agent step, beyond which agent to run.

    interface MJTaskEntity_ITaskAgentConfiguration {
        message?: string;
        templateParameters?: Record<string, string>;
    }
    Index

    Properties

    message?: string

    What to tell the agent. Omitted means the agent works from the payload alone.

    templateParameters?: Record<string, string>

    Values bound into the agent's prompt template.