Harden current-information search failures
CI / verify (push) Has been cancelled
CI / publish (push) Has been cancelled

Preserve required-search semantics for live hints and expose stable gateway error codes without leaking provider details.
This commit is contained in:
Rocky
2026-08-22 22:43:16 +08:00
parent 4f5b6eafbd
commit 03eac71905
16 changed files with 277 additions and 45 deletions
+1
View File
@@ -69,6 +69,7 @@ export interface AIHintCard {
locale: "zh" | "en";
conditions: string[];
metadata?: Record<string, unknown>;
taskKind?: "ai_question" | "current_information_question";
}
export interface AdminHintPack {