update working memory tool call errors on searchString
The update working memory tool call regularly errors in the first call w/ this error.
from what I understand this is internal tools and prompting within Mastra.
the agent definitely figures this out and makes a tool call again, passing
searchstring = ""
and successfully updates the memory.
Would be nice to have this looked at to avoid the multiple tool calls for updateWorkingMemory.3 Replies
📝 Created GitHub issue: https://github.com/mastra-ai/mastra/issues/8805
GitHub
[DISCORD:1427319015478657034] update working memory tool call error...
This issue was created from Discord post: https://discord.com/channels/1309558646228779139/1427319015478657034 The update working memory tool call regularly errors in the first call w/ this error. ...
Hi @randyklex ! What LLM are you using?
searchString
is an optional field, so I'm guessing zod does not consider null
to be an "optional" value 🤔o3