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

Response from VertexAIModelGarden is unexpected. #72

Closed
heiko-hotz opened this issue Mar 18, 2024 · 2 comments
Closed

Response from VertexAIModelGarden is unexpected. #72

heiko-hotz opened this issue Mar 18, 2024 · 2 comments

Comments

@heiko-hotz
Copy link

Model response from VertexAIModelGarden is unexpected. It is in one of two formats:

Prompt
<prompt>
Output:
<prompt>
<model_response>
image

or

Prompt
<prompt>
Output:
<model_response>
image

In either case this response format is unexpected for Langchain components and will break them (e.g. ReAct agents).

@heiko-hotz
Copy link
Author

I've submitted a PR that fixes the issue : #73

@pprados
Copy link
Contributor

pprados commented Jul 25, 2024

Why the PR is closed ?
It's impossible to use VertexAIModelGarden now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants