fix(android): clarify provider attention state

This commit is contained in:
Tosko4
2026-06-05 01:34:29 +02:00
committed by Ayaan Zaidi
parent 12a569109b
commit 8b66003a0b
14 changed files with 528 additions and 46 deletions

View File

@@ -79,6 +79,7 @@ const DEFAULTED_OPTIONAL_INIT_PARAM_ENTRIES: readonly [string, readonly string[]
["CronRunLogEntry", ["errorReason", "failureNotificationDelivery"]],
["ExecApprovalRequestParams", ["requireDeliveryRoute", "suppressDelivery"]],
["AgentSummary", ["thinkingLevels", "thinkingOptions", "thinkingDefault"]],
["ModelChoice", ["available"]],
];
const DEFAULTED_OPTIONAL_INIT_PARAMS: Record<string, Set<string>> = Object.fromEntries(