client sdk test fixes

This commit is contained in:
Dinesh Yeduguru 2025-01-07 16:59:01 -08:00
parent c3865faf37
commit efe3189728
3 changed files with 21 additions and 25 deletions

View file

@ -56,7 +56,7 @@ class MemoryToolRuntimeImpl(ToolsProtocolPrivate, ToolRuntime):
) -> List[ToolDef]:
return [
ToolDef(
name="memory",
name="query_memory",
description="Retrieve context from memory",
parameters=[
ToolParameter(