Skip to content

search_web tool fails in Agent mode with local Ollama model on Continue 2.0.0 #13268

Description

@creeganmi

Before submitting your bug report

Relevant environment info

- OS: macOS, Apple Silicon (M3, arm64)
- Continue version: 2.0.0
- IDE version: VS Code 1.137.0
- Ollama version: 0.34.0
- Model: qwen3-coder:30b
- Provider: Ollama (local)
- Mode: Agent
- search_web permission: Automatic
- fetch_url_content permission: Ask First
- config:
  
  name: Main Config
  version: 1.0.0
  schema: v1

  models:
    - name: Qwen3 Coder 30B
      provider: ollama
      model: qwen3-coder:30b

Description

Expected behavior

The search_web tool should return current web search results to the local model so it can answer using up-to-date information.

Actual behavior

Continue indicates that it attempted to use search_web, but no usable search results are returned. The model then reports that it cannot perform the web search.

To reproduce

Steps to reproduce

  1. Configure a local Ollama model in Continue:
models:
  - name: Qwen3 Coder 30B
    provider: ollama
    model: qwen3-coder:30b
  1. Open Continue in VS Code.

  2. Switch to Agent mode.

  3. Confirm that search_web is enabled and set to Automatic.

  4. Enter the following prompt:

Search the web for the latest stable version of Python and tell me the version number and release date. Use web search rather than relying on your existing knowledge.

  1. Continue attempts to invoke search_web, but the search fails to return usable results.

Screenshot

Continue attempted to search the web for "latest stable Python version number release date":

Continue search_web failure with local Ollama model

Log output

N/A — Continue 2.0.0 does not expose a "Continue: View Logs" command in my VS Code installation, and no dedicated Continue output channel appears under View → Output.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions