Customizable instruction sections for built-in workflow tasks.

Leave a field unset to preserve the workflow's built-in default. Set it to an empty string to remove that section entirely.

interface InstructionParts {
    extra?: string | Instructions;
    persona?: string | Instructions;
}

Properties

Properties

extra?: string | Instructions

Extra instructions appended to the prompt for domain-specific context.

persona?: string | Instructions

Agent persona/identity: who the agent is and how it behaves.