mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
chore(ui): sync capability training schema
This commit is contained in:
parent
4f0fe01c4e
commit
49529a2063
1 changed files with 2 additions and 0 deletions
2
ui/litellm-dashboard/src/lib/http/schema.d.ts
generated
vendored
2
ui/litellm-dashboard/src/lib/http/schema.d.ts
generated
vendored
|
|
@ -24695,6 +24695,8 @@ export interface components {
|
|||
* @enum {string}
|
||||
*/
|
||||
boundary: "supported" | "uncertain" | "unsupported";
|
||||
/** Observed Success Probability */
|
||||
observed_success_probability?: number | null;
|
||||
/** Rule */
|
||||
rule: string;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue