fix(opencode): add input limit for compaction (#8465)
This commit is contained in:
parent
92931437c4
commit
8d720f9463
5 changed files with 47 additions and 34 deletions
|
|
@ -47,6 +47,7 @@ export namespace ModelsDev {
|
|||
.optional(),
|
||||
limit: z.object({
|
||||
context: z.number(),
|
||||
input: z.number().optional(),
|
||||
output: z.number(),
|
||||
}),
|
||||
modalities: z
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue