You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using AgentFlows (self-hosted Flowise), I need to send a file upload along with extra input values (e.g., process_id, project_id, project_type). Right now, the Prediction API only works with JSON (uploads[] + variables). If a client can only send multipart/form-data, the flow cannot consume both file and fields without writing a custom variables.
Howt to pass this custom variables and custom or this custom variable