Skip to content

Commit 90a57d0

Browse files
authored
Docs: Add missing docstring to how_many_jokes tool (#1479)
1 parent 7560cab commit 90a57d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/basic/stream_items.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
@function_tool
88
def how_many_jokes() -> int:
9+
"""Return a random integer of jokes to tell between 1 and 10 (inclusive)."""
910
return random.randint(1, 10)
1011

1112

0 commit comments

Comments
 (0)