qiaodev
qiaodev
Hi @Klaus-Tockloth Could you try it using the newest gemini 2.5 pro model: "gemini-2.5-pro-preview-06-05" to see if the issue still exists. Thanks!
Thanks for the details. I am asking the related team for clarification on ThinkingBudget. I haven't received a reply yet.
Fixed by https://github.com/googleapis/google-cloud-go/pull/12492
Hi @andreynering May I know the exact command you ran for this PR? Because many files are auto generated and I need to implement the command in our internal generator...
Actually this is non-trivial to support running gofumpt and modernize in google internal code base. @andreynering Is it important? Or nice to have? Thanks
comprehensiveHistory is meant to store whatever model returns. It's not design to handle comprehensive production optimization like long life-cycle and memory management
> "not risk running out of memory" So it's about setting a size threshold for the comprehensive history to reduce OOM risk. This makes sense to me since we cannot...
Hi @ankit8697 Thanks for reaching out. I investigated the previous SDK opentelemetry support. The opentelementry is enabled by default and you can disable it via [WithTelemetryDisabled](https://pkg.go.dev/google.golang.org/api/option#WithTelemetryDisabled). The opentelemetry is added...
@ankit8697 Since you are using Vertex, do you have [support package](https://cloud.google.com/support?hl=en) or not? If so, you can create ticket covered by the support package. This can help us prioritize the...
Thanks for the suggestion. Added streamed text merge to our roadmap.