Skip to content

Commit e27dabd

Browse files
Copilotihor-sokoliuk
authored andcommitted
fix: escape backticks in resources.ts template literal
1 parent 29fe54c commit e27dabd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/resources.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ Performs web searches using the configured SearXNG instance.
5959
- \`num_results\` (optional): Maximum result count from 1 to 20
6060
- \`categories\` (optional): Comma-separated SearXNG categories such as "news" or "it,science"
6161
- \`engines\` (optional): Comma-separated SearXNG engine names such as "google,bing,ddg"
62-
- `response_format` (optional): "text" for formatted output or "json" for raw SearXNG-shaped JSON (may include a `warnings` array for non-fatal issues)
62+
- \`response_format\` (optional): "text" for formatted output or "json" for raw SearXNG-shaped JSON (may include a \`warnings\` array for non-fatal issues)
6363
64-
Text output can include metadata sections for direct answers, spelling corrections, suggestions, and infoboxes before the result list. JSON output preserves the SearXNG response shape with filtered and sliced `results`, and may include a `warnings` array for non-fatal issues.
64+
Text output can include metadata sections for direct answers, spelling corrections, suggestions, and infoboxes before the result list. JSON output preserves the SearXNG response shape with filtered and sliced \`results\`, and may include a \`warnings\` array for non-fatal issues.
6565
6666
### 2. searxng_search_suggestions
6767
Returns autocomplete suggestions from the configured SearXNG instance.

0 commit comments

Comments
 (0)