There was an error while loading. Please reload this page.
1 parent 0c67410 commit ca2c058Copy full SHA for ca2c058
1 file changed
docs/guides/agents/llm_agent/single_turn.md
@@ -20,9 +20,7 @@ Depending on how the agent is deployed—either as a step in a `Workflow` or as
20
21
## 1. Single-Turn Mode as a Workflow Node
22
23
-When building a `Workflow` graph, any `LlmAgent` added to the graph defaults to
24
-`mode="single_turn"` (unless explicitly configured otherwise).
25
-
+“When an LlmAgent is used as a node in a workflow, its execution mode can be configured explicitly using the mode parameter.”
26
### Behavior
27
28
- **Stateless by Default**: The node does not see previous conversation turns
0 commit comments