ART Framework API Docs
    Preparing search index...

    Interface StageSpecificPrompts

    Defines stage-specific system prompts for planning and synthesis.

    StageSpecificPrompts

    interface StageSpecificPrompts {
        execution?: string;
        planning?: string;
        synthesis?: string;
    }
    Index

    Properties

    execution?: string

    Custom system prompt template for tool execution steps. If provided, overrides the default execution prompt. Supports variable interpolation: ${item.description}, ${completedItemsContext}, etc.

    planning?: string

    System prompt to guide the planning phase. Focuses on reasoning, expertise, and tool selection.

    synthesis?: string

    System prompt to guide the synthesis phase. Focuses on tone, formatting, and final response structure.