Skip to content

Commit 40421c3

Browse files
fcenedesCopilot
andauthored
Update docs/python-sdk.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0072144 commit 40421c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/python-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ all_tools.set_name("search_memory", "find_memories")
282282
# Get a specific tool for detailed customization
283283
search_tool = all_tools.get_by_name("find_memories")
284284
if search_tool:
285-
search_tool.set_parameter_description("limit", "Max results to return")
285+
search_tool.set_parameter_description("max_results", "Max results to return")
286286

287287
# List all tool names
288288
print(all_tools.names()) # ['find_memories', 'get_or_create_working_memory', ...]

0 commit comments

Comments
 (0)