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

Open
marshmellow77 opened this issue Mar 18, 2024 · 1 comment
Open

Response from VertexAIModelGarden is unexpected. #72

marshmellow77 opened this issue Mar 18, 2024 · 1 comment

Comments

@marshmellow77
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).

@marshmellow77
Copy link
Author

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

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.

1 participant