Skip to content

Commit 057c0bc

Browse files
Kludexclaude[bot]
andauthored
Fix multi-agent example token limit in documentation (#2662)
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com> Co-authored-by: Marcelo Trylesinski <[email protected]>
1 parent f74a95f commit 057c0bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/multi-agent-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ async def joke_factory(ctx: RunContext[None], count: int) -> list[str]:
4848

4949
result = joke_selection_agent.run_sync(
5050
'Tell me a joke.',
51-
usage_limits=UsageLimits(request_limit=5, total_tokens_limit=300),
51+
usage_limits=UsageLimits(request_limit=5, total_tokens_limit=500),
5252
)
5353
print(result.output)
5454
#> Did you hear about the toothpaste scandal? They called it Colgate.

0 commit comments

Comments
 (0)