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 7a10cab commit e24c7adCopy full SHA for e24c7ad
examples/basic/stream_items.py
@@ -6,6 +6,7 @@
6
7
@function_tool
8
def how_many_jokes() -> int:
9
+ """Return a random integer of jokes to tell between 1 and 10 (inclusive)."""
10
return random.randint(1, 10)
11
12
0 commit comments