-
-
Notifications
You must be signed in to change notification settings - Fork 148
Open
Labels
BugSomething isn't workingSomething isn't workingPlatformIssues & PRs about the AI Platform componentIssues & PRs about the AI Platform componentStatus: Needs Review
Description
When using the vertex ai platform to stream responses, I always get an
Generator passed to yield from was aborted without proper return and is unable to continue error in Symfony\AI\Platform\Result\StreamResult.
I tried to debug it, but I can't figure out the problem. As far as I can tell, the src/Bridge/VertexAi/Gemini/ResultConverter.php is working correctly and when I inspect each data-chunk in convertStream everything looks fine until the llm generation is done. After that, the error is thrown.
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't workingPlatformIssues & PRs about the AI Platform componentIssues & PRs about the AI Platform componentStatus: Needs Review