Manage conversation history and threads
Flow
maintains its own conversation history. This history includes all the interactions, decisions, and outputs generated during the execution of tasks within that flow. By default, this history is used to provide context for subsequent tasks, allowing for coherent and context-aware conversations.
Flow
, it automatically generates a new thread with a unique ID. This thread isolates the conversation history for that particular flow.
load_parent_events=False
: