Joel Garrett
Joel Garrett
@nicoloboschi I'll see what I can find and post it here. Thank you.
@nicoloboschi Here is the `Traceback` I get when calling the flow with curl: ``` ValueError: The message must be an iterator or an async iterator. () ╭─────────────────────────────────────────── Traceback (most recent...
@nicoloboschi Ok, I think I may have figured something out. This seems to be caused because the `Conditional Router` component calls stop on the false branch of the graph. The...
### Error Occurs on the `About Bruno` chat output component's input field ``` ❯ curl -X POST \ "http://localhost:3000/api/v1/run/dea95449-11e1-4f8f-b22d-7ef6f8728c34?stream=false" \ -H 'Content-Type: application/json'\ -d '{"input_value": "What is it like being...
Bailing instead of raising an error does allow the flow to work, however, it is probably not the solution you would want. ### src/backend/base/langflow/graph/vertex/types.py:InterfaceVertex:stream ``` async def stream(self): iterator =...