From 34ff4e1cb17c1568c222389e0b78ef2fe643cfdc Mon Sep 17 00:00:00 2001 From: Tin Chi Lo Date: Tue, 4 Aug 2026 20:27:53 -0700 Subject: [PATCH] chore(ui): regenerate api types after staging merge --- ui/litellm-dashboard/src/lib/http/schema.d.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ui/litellm-dashboard/src/lib/http/schema.d.ts b/ui/litellm-dashboard/src/lib/http/schema.d.ts index 412c18517bf..fb26daf6f78 100644 --- a/ui/litellm-dashboard/src/lib/http/schema.d.ts +++ b/ui/litellm-dashboard/src/lib/http/schema.d.ts @@ -31468,6 +31468,14 @@ export interface components { * @description Keywords indicating reasoning-required content */ reasoning_keywords?: string[] | null; + /** + * Reminder Markers + * @description Override the (open, close) marker pair used to recognize and strip harness-injected reminder blocks before classification. Defaults to Claude Code's convention, ('', ''), when unset. Matching is case-insensitive. + */ + reminder_markers?: [ + string, + string + ] | null; /** * Return Raw Model Name * @description Return the resolved raw model name in the response model field instead of the client-requested complexity-router alias