chore(ui): regenerate api types after staging merge

This commit is contained in:
Tin Chi Lo 2026-08-04 20:27:53 -07:00
parent ee0e19420c
commit 34ff4e1cb1

View file

@ -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, ('<system-reminder>', '</system-reminder>'), 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