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
The code above throws an error on the m.add statement.
anthropic.BadRequestError: Error code: 400 - {'type': 'error', 'error': {'type': 'invalid_request_error', 'message': 'tool_choice: Input should be a valid dictionary or object to extract fields from'}}
It works well without the graph_store key in config.
I've been seeing examples where they only have graph_store in their config but I'm having issues with that as well and this is the error I'm getting.
🐛 Describe the bug
I have this config and basic code to add a memory:
The code above throws an error on the
m.add
statement.It works well without the
graph_store
key in config.I've been seeing examples where they only have
graph_store
in their config but I'm having issues with that as well and this is the error I'm getting.ValueError: shapes (0,1536) and (768,) not aligned: 1536 (dim 1) != 768 (dim 0)
Versions
The text was updated successfully, but these errors were encountered: