-
Notifications
You must be signed in to change notification settings - Fork 133
Closed
Description
Description
When attempting to send an image (e.g. .png, .jpg etc.) to the agent node, it instantly returns the following error:
Workflow failed: Error code: 400 - {'error': {'message': 'Invalid input: Expected image type to be a supported format: .jpeg, .jpg, .png, .gif, .webp but got none.', 'type': 'invalid_request_error', 'param': 'input', 'code': None}}. (code: server_error)
Steps to Reproduce
-
Create a simple workflow with:
- A Start node
- An Agent node connected to it
-
Start a new chat.
-
Try to send an image (any supported format:
.jpeg,.jpg,.png, etc.). -
Observe that the workflow immediately fails with the error above.
Additional Notes
- Tried multiple image formats (
.jpeg,.png,.webp) — same result. - Text-only or
.pdfinputs work perfectly.
Metadata
Metadata
Assignees
Labels
No labels