Skip to content

Commit ca2c058

Browse files
authored
docs: clarify LlmAgent workflow mode configuration
1 parent 0c67410 commit ca2c058

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/guides/agents/llm_agent/single_turn.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ Depending on how the agent is deployed—either as a step in a `Workflow` or as
2020

2121
## 1. Single-Turn Mode as a Workflow Node
2222

23-
When building a `Workflow` graph, any `LlmAgent` added to the graph defaults to
24-
`mode="single_turn"` (unless explicitly configured otherwise).
25-
23+
“When an LlmAgent is used as a node in a workflow, its execution mode can be configured explicitly using the mode parameter.”
2624
### Behavior
2725

2826
- **Stateless by Default**: The node does not see previous conversation turns

0 commit comments

Comments
 (0)