Seem to keep "breaking" the chat? #1853
Unanswered
phantomwhale
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Regarding tool use, this is possibly related to #1850. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm pretty new to CodeCompanion, and patiently trying out some very simple tasks (updating a library version) using the CodeCompanionChat
I've been trying to work out how to share the files with the agent, as it keeps telling me confidently what it's going to do but then not doing it.
But as I try out the various methods to do that (@file, #buffer) I inevitably hit an issue where it keeps throwing up the following error:
Error: {"error":{"message":"An assistant message with 'tool_calls' must be followed by tool messages responding to each 'tool_call_id'. The following tool_call_ids did not have response messages: call_0wiDKToXZBIXmb3ahnKyCF4P","code":"invalid_request_body"}}
And after I've got that message, the chat never works again - I keep getting this message, and have to close everything and restart.
Not confident to say I've found a bug here, but does feel like "playing with the basic tools" is putting me into a broken, non-recoverable state at the moment, so thought I'd first ask if I'm holding it correctly, or if this is a known issue I'm hitting up against?
I'm using the copilot adapter at present
Beta Was this translation helpful? Give feedback.
All reactions