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
It appears that the OpenAI and Anthropic APIs do not complain any
more about tool IDs being in the wrong format for the
API (e.g. call_abc when it expects toolu_abc). Temporarily
disable tool-id unformatting and formatting.
* gptel-anthropic.el (gptel-curl--parse-stream,
gptel--parse-response, gptel--parse-tool-results,
gptel--anthropic-format-tool-id, gptel--parse-buffer): Disable
tool-id formatting.
* gptel-openai.el (gptel-curl--parse-stream,
gptel--parse-response, gptel--parse-tool-results,
gptel--parse-buffer): Disable tool-id formatting.
0 commit comments