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 78dabb4 commit 8e61ac4Copy full SHA for 8e61ac4
examples/basic/lifecycle_example.py
@@ -56,7 +56,7 @@ async def on_handoff(
56
57
@function_tool
58
def random_number(max: int) -> int:
59
- """Generate a random number up to the provided max."""
+ """Generate a random number from 0 to max (inclusive)."""
60
return random.randint(0, max)
61
62
0 commit comments