From 09d8ad3739c79cf133852ecef9c618fe58f21ec0 Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Fri, 28 Jun 2024 11:05:53 -0400 Subject: [PATCH] Update default-agent.mdx --- docs/guides/default-agent.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/default-agent.mdx b/docs/guides/default-agent.mdx index 9524ec9b..6b2ac08b 100644 --- a/docs/guides/default-agent.mdx +++ b/docs/guides/default-agent.mdx @@ -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.