AI-Studio/app/MindWork AI Studio/Tools/ToolCallingSystem/ToolCallingImplementations/WebSearch
Thorsten Sommer f869122070
Some checks are pending
Build and Release / Determine run mode (push) Waiting to run
Build and Release / Read metadata (push) Blocked by required conditions
Build and Release / Sync Flatpak repo (push) Blocked by required conditions
Build and Release / Collect Flatpak artifacts (push) Blocked by required conditions
Build and Release / Verify (push) Waiting to run
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-aarch64-apple-darwin, osx-arm64, macos-latest, aarch64-apple-darwin, dmg,app,updater, dmg) (push) Blocked by required conditions
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-aarch64-pc-windows-msvc.exe, win-arm64, windows-latest, aarch64-pc-windows-msvc, nsis,updater, nsis) (push) Blocked by required conditions
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-aarch64-unknown-linux-gnu, linux-arm64, ubuntu-22.04-arm, aarch64-unknown-linux-gnu, appimage,updater, appimage) (push) Blocked by required conditions
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-x86_64-apple-darwin, osx-x64, macos-latest, x86_64-apple-darwin, dmg,app,updater, dmg) (push) Blocked by required conditions
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-x86_64-pc-windows-msvc.exe, win-x64, windows-latest, x86_64-pc-windows-msvc, nsis,updater, nsis) (push) Blocked by required conditions
Build and Release / Build app (${{ matrix.dotnet_runtime }}) (-x86_64-unknown-linux-gnu, linux-x64, ubuntu-22.04, x86_64-unknown-linux-gnu, appimage,updater, appimage) (push) Blocked by required conditions
Build and Release / Prepare & create release (push) Blocked by required conditions
Build and Release / Publish release (push) Blocked by required conditions
Fixed web searches failing when several pages were read at once (#972)
2026-09-14 17:45:35 +02:00
..
SearXNG Support multiple web search backends: SearXNG, Staan, and Tavily (#948) 2026-09-04 22:14:29 +02:00
Staan Support multiple web search backends: SearXNG, Staan, and Tavily (#948) 2026-09-04 22:14:29 +02:00
Tavily Support multiple web search backends: SearXNG, Staan, and Tavily (#948) 2026-09-04 22:14:29 +02:00
IWebSearchBackend.cs Support multiple web search backends: SearXNG, Staan, and Tavily (#948) 2026-09-04 22:14:29 +02:00
SearchCandidate.cs Support multiple web search backends: SearXNG, Staan, and Tavily (#948) 2026-09-04 22:14:29 +02:00
SearchCandidateCollector.cs Support multiple web search backends: SearXNG, Staan, and Tavily (#948) 2026-09-04 22:14:29 +02:00
SearchHit.cs Support multiple web search backends: SearXNG, Staan, and Tavily (#948) 2026-09-04 22:14:29 +02:00
SearchResponseExcerpt.cs Support multiple web search backends: SearXNG, Staan, and Tavily (#948) 2026-09-04 22:14:29 +02:00
WebSearchBackend.cs Support multiple web search backends: SearXNG, Staan, and Tavily (#948) 2026-09-04 22:14:29 +02:00
WebSearchBackendExtensions.cs Support multiple web search backends: SearXNG, Staan, and Tavily (#948) 2026-09-04 22:14:29 +02:00
WebSearchBackendResult.cs Support multiple web search backends: SearXNG, Staan, and Tavily (#948) 2026-09-04 22:14:29 +02:00
WebSearchBackendStrategy.cs Support multiple web search backends: SearXNG, Staan, and Tavily (#948) 2026-09-04 22:14:29 +02:00
WebSearchCapabilities.cs Support multiple web search backends: SearXNG, Staan, and Tavily (#948) 2026-09-04 22:14:29 +02:00
WebSearchDispatcher.cs Support multiple web search backends: SearXNG, Staan, and Tavily (#948) 2026-09-04 22:14:29 +02:00
WebSearchDispatchResult.cs Support multiple web search backends: SearXNG, Staan, and Tavily (#948) 2026-09-04 22:14:29 +02:00
WebSearchJson.cs Support multiple web search backends: SearXNG, Staan, and Tavily (#948) 2026-09-04 22:14:29 +02:00
WebSearchPageResult.cs Support multiple web search backends: SearXNG, Staan, and Tavily (#948) 2026-09-04 22:14:29 +02:00
WebSearchPageRetrievalOutcome.cs Support multiple web search backends: SearXNG, Staan, and Tavily (#948) 2026-09-04 22:14:29 +02:00
WebSearchPageRetrievalResult.cs Support multiple web search backends: SearXNG, Staan, and Tavily (#948) 2026-09-04 22:14:29 +02:00
WebSearchPageRetrievalStatistics.cs Support multiple web search backends: SearXNG, Staan, and Tavily (#948) 2026-09-04 22:14:29 +02:00
WebSearchQuery.cs Support multiple web search backends: SearXNG, Staan, and Tavily (#948) 2026-09-04 22:14:29 +02:00
WebSearchResultRetrievalService.cs Fixed web searches failing when several pages were read at once (#972) 2026-09-14 17:45:35 +02:00
WebSearchTool.cs Support multiple web search backends: SearXNG, Staan, and Tavily (#948) 2026-09-04 22:14:29 +02:00