Open
Description
I just came across this project and wanted to give it a go. Apologies if this is not the right way to run this! I am running this under the root directory of a Python FastAPI project
export OPENAI_API_KEY=<my-key>
mycoder --provider openai --model gpt-4o -i
> explain what endpoint <one of the api endpoints> does
An error occurred:
Error: Error calling OpenAI API: 400 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: <tool-call-id>
Error: Error calling OpenAI API: 400 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: <tool-call-id>
at OpenAIProvider.generateText