Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Continue.dev Fails to Process Tool Responses from GPT-4o #3587

Open
3 tasks done
babaric-dev opened this issue Jan 2, 2025 · 0 comments
Open
3 tasks done

Continue.dev Fails to Process Tool Responses from GPT-4o #3587

babaric-dev opened this issue Jan 2, 2025 · 0 comments
Assignees
Labels
area:chat Relates to chat interface ide:vscode Relates specifically to VS Code extension kind:bug Indicates an unexpected problem or unintended behavior "needs-triage"

Comments

@babaric-dev
Copy link

babaric-dev commented Jan 2, 2025

Before submitting your bug report

Relevant environment info

- OS: Windows 11 Pro 24H2
- Continue version: v0.8.66
- IDE version: Visual Studio Code
- Model: GPT-4o
- config.json:
  
{
  "models": [
    {
      "title": "GPT-4o",
      "model": "gpt-4o",
      "contextLength": 128000,
      "apiKey": "<hidden>",
      "provider": "openai",
      "apiBase": "https://models.inference.ai.azure.com"
    }
  ],
  ...
}

Description

The extension fails to display any message when interacting with the GPT-4o model (from Github Models), specifically when the model attempts to call tools specified by the extension per the OpenAI API standard.

To reproduce

Enter a prompt in the chat window that needs to use tools, for example:

  • What is the weather today?
  • Write me a bash command to print "Hello World" in terminal

The chat fails to display any message from the LLM when a tool is called - it behaves as though the response is empty. The chat functions as expected when the LLM does not call any tools.

Log output

No response

@dosubot dosubot bot added area:chat Relates to chat interface ide:vscode Relates specifically to VS Code extension kind:bug Indicates an unexpected problem or unintended behavior labels Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:chat Relates to chat interface ide:vscode Relates specifically to VS Code extension kind:bug Indicates an unexpected problem or unintended behavior "needs-triage"
Projects
None yet
Development

No branches or pull requests

2 participants