-
Notifications
You must be signed in to change notification settings - Fork 204
Open
Labels
P3contributions wanted!Looking for external contributionsLooking for external contributionsfeature requestIdeas to improve an integrationIdeas to improve an integration
Description
Is your feature request related to a problem? Please describe.
Unlike the VertexAIGeminiChatGenerator, the VertexAIGeminiGenerator class does not return any usage metadata (prompt tokens, etc) in the response. It throws away all of the metadata produced by the underlying Google SDK library and returns just the text.
Describe the solution you'd like
Update VertexAIGeminiGenerator to return usage meta data.
Describe alternatives you've considered
A custom generator that extends the VertexAIGeminiGenerator and overrides run(), and _get_response() works but would like it if the base class supported this out of the box.
Metadata
Metadata
Assignees
Labels
P3contributions wanted!Looking for external contributionsLooking for external contributionsfeature requestIdeas to improve an integrationIdeas to improve an integration
Type
Projects
Status
Todo