Skip to main content
This example shows how to use the add_workflow_history_to_steps flag to add workflow history to multiple steps in the workflow. In this case we have a workflow with three steps.
  • The first step is a meal suggester that suggests meal categories and cuisines.
  • The second step is a preference analysis step that analyzes the conversation history to understand user food preferences.
  • The third step is a recipe specialist that provides recipe recommendations based on the user’s preferences.
02_workflow_with_history_enabled_for_steps.py