Thanks to visit codestin.com Credit goes to github.com
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 4c436b7 commit e4699c3Copy full SHA for e4699c3
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