Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/agents/custom-agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ This method orchestrates the sub-agents using standard Python async/await and co
These are standard `LlmAgent` definitions, responsible for specific tasks. Their `output_key` parameter is crucial for placing results into the `session.state` where other agents or the custom orchestrator can access them.

```python
GEMINI_FLASH = "gemini-2.0-flash" # Define model constant
GEMINI_2_FLASH = "gemini-2.0-flash" # Define model constant
--8<-- "examples/python/snippets/agents/custom-agent/storyflow_agent.py:llmagents"
```

Expand Down