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 a32996c commit e9eb886Copy full SHA for e9eb886
src/llama_stack_client/lib/agents/client_tool.py
@@ -117,7 +117,7 @@ def add(x: int, y: int) -> int:
117
'''
118
return x + y
119
120
- Note that you must use RST-style docstrings with :param, tags.
+ 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.
121
:returns: tags in the docstring is optional as it would not be used for the tool's description.
122
"""
123
0 commit comments