Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: VertexAIGeminiGenerator - remove support for tools and change output type #1180

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

anakin87
Copy link
Member

@anakin87 anakin87 commented Nov 12, 2024

Related Issues

We are removing support for tools in order to produce a List[str] output type, for consistency with other generators.
Users interested in tool calling should use the corresponding Chat Generator.

Proposed Changes:

  • remove support for tools
  • change output type to List[str]

How did you test it?

CI

Notes for the reviewer

This is a breaking change and I will release a major version.

Checklist

@github-actions github-actions bot added integration:google-vertex type:documentation Improvements or additions to documentation labels Nov 12, 2024
@anakin87 anakin87 marked this pull request as ready for review November 12, 2024 15:36
@anakin87 anakin87 requested a review from a team as a code owner November 12, 2024 15:36
@anakin87 anakin87 requested review from vblagoje and silvanocerza and removed request for a team November 12, 2024 15:36
@anakin87 anakin87 merged commit b5c9b2a into main Nov 14, 2024
16 checks passed
@anakin87 anakin87 deleted the vertexgenerator-rm-tools branch November 14, 2024 11:23
Amnah199 pushed a commit to ttmenezes/haystack-core-integrations that referenced this pull request Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
integration:google-vertex type:documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants