Harden current-information search failures
Preserve required-search semantics for live hints and expose stable gateway error codes without leaking provider details.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user