vzcode 1.56.0 → 1.57.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -203,11 +203,11 @@ export const createLLMFunction = ({
203
203
  model: modelName,
204
204
  messages: [{ role: 'user', content: fullPrompt }],
205
205
  reasoning: {
206
- effort: 'medium',
206
+ effort: 'low',
207
207
  exclude: false,
208
208
  },
209
209
  provider: {
210
- sort: 'throughput',
210
+ sort: 'price',
211
211
  },
212
212
  usage: { include: true },
213
213
  stream: true,