github VoltAgent/voltagent @voltagent/google-ai@0.3.9

Patch Changes

  • 85204e2 Thanks @omeraplak! - feat: add provider options support including thinkingConfig - #138

    const response = await agent.generateText("Write a creative story.", {
      provider: {
        thinkingConfig: {
          thinkingBudget: 0,
        },
      },
    });

Don't miss a new voltagent release

NewReleases is sending notifications on new releases.