@deskcreate/agentcraft
    Preparing search index...

    Interface TeamStepConfig

    Configuration for TeamStep.

    interface TeamStepConfig {
        id?: string;
        prompt: string | ((ctx: WorkflowContext) => string | Promise<string>);
        retry?: RetryStepConfig;
        team: AgentTeam;
    }
    Index

    Properties

    Properties

    id?: string
    prompt: string | ((ctx: WorkflowContext) => string | Promise<string>)
    retry?: RetryStepConfig
    team: AgentTeam