Guillaume Laforge

Results 16 issues of Guillaume Laforge

The idea is to be able to have a couple utility static methods developers can import to be able to use lambdas to handle streamed tokens coming from the model...

Models like Gemini support text and images in input, but also other formats like audio, video, or PDF files. The goal of this ticket is to add support to both...

enhancement

ToolSpecifications is missing properties when a parameter object is used twice. Let's say you have a complex hierarchy of classes: ```java static class Address { private final String street; private...

bug
P2

Fixes #1758 ## Change Add listener support to both Vertex AI Gemini streaming and non streaming models. ## General checklist - [X] There are no breaking changes - [ ]...

Gemini

To benefit from the tokenization support offered by our document splitters, the idea is to implement a Tokenizer for the Gemini models.

enhancement
Gemini

I regularly work with Gemini, as my LLM companion, for various tasks, and I'd love to use it with the companion plugin. Would you consider adding support for it? Thanks...