Skip to content

Commit e9eb886

Browse files
committed
doc
1 parent a32996c commit e9eb886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama_stack_client/lib/agents/client_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def add(x: int, y: int) -> int:
117117
'''
118118
return x + y
119119
120-
Note that you must use RST-style docstrings with :param, tags.
120+
Note that you must use RST-style docstrings with :param tags for each parameter. These will be used for prompting model to use tools correctly.
121121
:returns: tags in the docstring is optional as it would not be used for the tool's description.
122122
"""
123123

0 commit comments

Comments
 (0)