You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Fix string consistency in FT.AGGREGATE query parameters - now all
numeric parameters are explicitly converted to strings using str()
2. Handle tool messages and other unknown roles in memory_prompt API -
treat non-user/assistant roles as assistant messages for MCP compatibility
since MCP base only supports UserMessage and AssistantMessage types
0 commit comments