Skip to main content

Add automation step

Display name for this automation step
Order in which this step should be executed. Lower numbers are executed first. Must be unique.
Whether this step is currently disabled. If disabled, it will not be shown or executed.

Model Configuration

Configure the language model: Note: For O1 model, temperature is not used and will be automatically set to None
The language model to use for this step.
Temperature for model output randomness. Only used for models that support it (not used for O1).

Prompt Configuration

Available template variables:
  • {{ reddy_docs_* }} - Documentation files from docs/docs/Systems Training/*.md (e.g., for steps.md use {{ reddy_docs_steps }})
  • {{ current_steps }} - Current steps code
  • {{ current_dynamics }} - Current dynamics code
  • {{ current_customer }} - Current base prompt template
  • {{ current_coach }} - Current coach user prompt
  • {{ current_dynamics_test }} - Current dynamics test code
  • {{ current_feedback }} - Current grading prompt
  • {{ all_htmls }} - All HTML contents in all apps for this system
  • {{ knowledge_docs }} - Content from documents that are both tagged with "Training Info" and assigned to the system's product
  • {{ scratchpad }} - Scratchpad for sharing information across steps
Template for the prompt to send to the LM.
Template for the system prompt to send to the LM.

Output Configuration

Configure where and how the AI response should be written.
Which field in the SystemsTraining model to write the result to
Whether this prompt overwrites the existing content or edits it. This does not change the behavior itself, just annotates what the prompt is doing.