fix(onboarding): clarify web search key copy

This commit is contained in:
Vincent Koc
2026-03-21 08:13:39 -07:00
parent 1698726c18
commit 1169d51aee
13 changed files with 118 additions and 15 deletions

View File

@@ -891,6 +891,7 @@ export type WebSearchProviderPlugin = {
id: WebSearchProviderId;
label: string;
hint: string;
credentialLabel?: string;
envVars: string[];
placeholder: string;
signupUrl: string;