We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e47675 commit 947057dCopy full SHA for 947057d
examples/basic/agent_lifecycle_example.py
@@ -49,7 +49,7 @@ async def on_tool_end(
49
@function_tool
50
def random_number(max: int) -> int:
51
"""
52
- Generate a random number up to the provided maximum.
+ Generate a random number from 0 to max (inclusive).
53
54
return random.randint(0, max)
55
0 commit comments