mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
chore(ui): regenerate api types after staging merge
This commit is contained in:
parent
ee0e19420c
commit
34ff4e1cb1
1 changed files with 8 additions and 0 deletions
8
ui/litellm-dashboard/src/lib/http/schema.d.ts
generated
vendored
8
ui/litellm-dashboard/src/lib/http/schema.d.ts
generated
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue