fix(ai): clamp MiniMax shared budget max tokens

closes #6061
This commit is contained in:
Mario Zechner
2026-06-25 12:00:37 +02:00
parent 8c9dbffa36
commit b940c52e7e
9 changed files with 356 additions and 0 deletions
+1
View File
@@ -27,6 +27,7 @@ export * from "./providers/faux.ts";
export * from "./session-resources.ts";
export * from "./types.ts";
export * from "./utils/diagnostics.ts";
export * from "./utils/estimate.ts";
export * from "./utils/event-stream.ts";
export * from "./utils/json-parse.ts";
export type {