chore(ui): sync capability training schema

This commit is contained in:
Tin 2026-09-02 02:04:54 -07:00
parent 4f0fe01c4e
commit 49529a2063

View file

@ -24695,6 +24695,8 @@ export interface components {
* @enum {string}
*/
boundary: "supported" | "uncertain" | "unsupported";
/** Observed Success Probability */
observed_success_probability?: number | null;
/** Rule */
rule: string;
};