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 7560cab commit 90a57d0Copy full SHA for 90a57d0
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