Skip to content

Commit 257e607

Browse files
committed
chore: fix formatting (oxfmt)
1 parent 78bfed1 commit 257e607

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs/tools/web.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ See [Perplexity Search setup](/perplexity) and [Brave Search setup](/brave-searc
3030

3131
## Choosing a search provider
3232

33-
| Provider | Pros | Cons | API Key |
34-
| ------------------------- | --------------------------------------------------------------------------------------------- | ------------------------------------------- | -------------------------------------------- |
35-
| **Perplexity Search API** | Fast, structured results; domain, language, region, and freshness filters; content extraction || `PERPLEXITY_API_KEY` |
36-
| **Brave Search API** | Fast, structured results | Fewer filtering options; AI-use terms apply | `BRAVE_API_KEY` |
37-
| **Gemini** | Google Search grounding, AI-synthesized | Requires Gemini API key | `GEMINI_API_KEY` |
38-
| **Grok** | xAI web-grounded responses | Requires xAI API key | `XAI_API_KEY` |
39-
| **Kimi** | Moonshot web search capability | Requires Moonshot API key | `KIMI_API_KEY` / `MOONSHOT_API_KEY` |
40-
| **Exa** | Semantic search, text highlights | Requires Exa API key | `EXA_API_KEY` |
33+
| Provider | Pros | Cons | API Key |
34+
| ------------------------- | --------------------------------------------------------------------------------------------- | ------------------------------------------- | ----------------------------------- |
35+
| **Perplexity Search API** | Fast, structured results; domain, language, region, and freshness filters; content extraction || `PERPLEXITY_API_KEY` |
36+
| **Brave Search API** | Fast, structured results | Fewer filtering options; AI-use terms apply | `BRAVE_API_KEY` |
37+
| **Gemini** | Google Search grounding, AI-synthesized | Requires Gemini API key | `GEMINI_API_KEY` |
38+
| **Grok** | xAI web-grounded responses | Requires xAI API key | `XAI_API_KEY` |
39+
| **Kimi** | Moonshot web search capability | Requires Moonshot API key | `KIMI_API_KEY` / `MOONSHOT_API_KEY` |
40+
| **Exa** | Semantic search, text highlights | Requires Exa API key | `EXA_API_KEY` |
4141

4242
### Auto-detection
4343

src/i18n/registry.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import { describe, expect, it } from "vitest";
2-
import type { TranslationMap } from "../../ui/src/i18n/lib/types.ts";
32
import {
43
DEFAULT_LOCALE,
54
SUPPORTED_LOCALES,
65
loadLazyLocaleTranslation,
76
resolveNavigatorLocale,
87
} from "../../ui/src/i18n/lib/registry.ts";
8+
import type { TranslationMap } from "../../ui/src/i18n/lib/types.ts";
99

1010
function getNestedTranslation(map: TranslationMap | null, ...path: string[]): string | undefined {
1111
let value: string | TranslationMap | undefined = map ?? undefined;

0 commit comments

Comments
 (0)