Skip to content

Image Upload Fails on Agent Node #64

@paulo-coronado

Description

@paulo-coronado

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

  1. Create a simple workflow with:

    • A Start node
    • An Agent node connected to it
  2. Start a new chat.

  3. Try to send an image (any supported format: .jpeg, .jpg, .png, etc.).

  4. Observe that the workflow immediately fails with the error above.


Additional Notes

  • Tried multiple image formats (.jpeg, .png, .webp) — same result.
  • Text-only or .pdf inputs work perfectly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions