Hugo Aguirre
Hugo Aguirre
Hello @quinlanjager. Thanks for this finding. I was able to reproduce the issue you mentioned and patched the codebase with your proposal and it works just fine. Initially, when we...
Sounds good. I'll push on top of your PR a couple of tests in our live test suites for both VertexAI and GoogleAI plugins to make sure we don't see...
Hi @mattsp1290, we'll take a look at this.
Hi @mattsp1290. `ToolRequest` and its contents are part of the generate request object. In this case, `ToolResponse` part won't have the request information but the output and the tool name....
What kind of hooks are you referring to? You can access the request message information right from the response struct. This way you can inspect which tool and input schemas...
Yeah, the screenshot shows the Chunk response struct. I was referring to the complete response from the `genkit.Generate()` call you make at [this](https://github.com/mattsp1290/october-talks-2025/blob/main/example/server/internal/agentic/agentic.go#L129) point. The tools information should be available...
Hello @iks1, @shubham-nair. Thanks for your interest in contributing to this project! Unfortunately this issue was created when we were using custom types to interact with the `go-genai` SDK. Now...
Hi @naqerl, thanks for your contribution. We will discuss this PR internally and come back to you!
Hi @naqerl, thanks for the valuable contribution. We will take a look at this proposal!
Hey @morigs, thanks for the interest. I need to check something internally with the team before resuming my work here. I'll keep you posted 🙂