Skip to content

Conversation

@CorieW
Copy link
Member

@CorieW CorieW commented Dec 16, 2025

Before:
image

After:
image
image
image

budgetTokens: z.number().int().min(1_024).optional(),
budgetTokens: z.number().min(1_024).optional(),
})
.superRefine((value, ctx) => {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if we apply these anywhere... (we may not be calling .parse for this schema)

@pavelgj pavelgj changed the title fix(anthropic): budgetTokens not working in UI fix(js/plugins/anthropic): budgetTokens not working in UI Dec 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

2 participants