We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c65ef5 commit f66dcceCopy full SHA for f66dcce
runner/codegen/ai-sdk-runner.ts
@@ -212,7 +212,7 @@ export class AiSDKRunner implements LlmRunner {
212
};
213
case 'gemini-2.5-flash-with-dynamic-thinking':
214
return {
215
- model: google(modelName),
+ model: google('gemini-2.5-flash'),
216
providerOptions: {
217
google: {
218
thinkingConfig: {
0 commit comments