Skip to content

Commit

Permalink
Update default-agent.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
jlowin committed Jun 28, 2024
1 parent 9af0a82 commit 09d8ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/default-agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ task = cf.Task('What is 2 + 2?')
task.run() # Result: 42
```

## Changing a Flow's Default Agent
## Changing a Flow's Default Agents

You can also set a default agent (or agents) for a specific flow. This allows you to use different default agents for different parts of your application without changing the global default.

Expand Down

0 comments on commit 09d8ad3

Please sign in to comment.