We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0072144 commit 40421c3Copy full SHA for 40421c3
docs/python-sdk.md
@@ -282,7 +282,7 @@ all_tools.set_name("search_memory", "find_memories")
282
# Get a specific tool for detailed customization
283
search_tool = all_tools.get_by_name("find_memories")
284
if search_tool:
285
- search_tool.set_parameter_description("limit", "Max results to return")
+ search_tool.set_parameter_description("max_results", "Max results to return")
286
287
# List all tool names
288
print(all_tools.names()) # ['find_memories', 'get_or_create_working_memory', ...]
0 commit comments