How does the @web context provider work? #6990
-
Issue CategorySuggestion for existing article Affected Documentation Page URLhttps://docs.continue.dev/customize/context-providers#web Issue DescriptionI can't find a lot of info about how the @web context provider works in current docs. How does this search the web? What search engine does it use? Expected ContentNo response |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
@dabockster you can see the code here https://github.com/continuedev/continue/blob/main/core/context/providers/WebContextProvider.ts It hits our proxy endpoint which basically does a simple web search and returns top results. |
Beta Was this translation helpful? Give feedback.
-
@RomneyDa can we customize it? dont see a way to replace the proxy endpoint. |
Beta Was this translation helpful? Give feedback.
-
Such undocumented features can lead to NDA violation. Based on documentation, there is no another contexts what would implicitly send requests outside local PC to specific endpoints... What we should pay attention on to avoid such scenarios? |
Beta Was this translation helpful? Give feedback.
-
Due to a recent search we suggest using built in tools or MCP for this - https://docs.continue.dev/reference/deprecated-context-providers |
Beta Was this translation helpful? Give feedback.
Due to a recent search we suggest using built in tools or MCP for this - https://docs.continue.dev/reference/deprecated-context-providers