Send a chat message
Send a natural language message to the LLM chat backend for a specific workflow. The request includes the current workflow state and optional conversation history so the LLM can generate contextually relevant responses.
The LLM response may contain plain text explanations and/or DSL commands in ```flowdrop fenced code blocks. The frontend extracts and previews these commands before execution.
Authorizations
JWT token for authentication
Path Parameters
Workflow ID
Body
Request payload for sending a chat message
The user's natural language message
"Add a node called \"transform\" and connect it to the start node"
Serialized current workflow state including nodes and edges. This gives the LLM context about the current workflow being edited.
Optional conversation history for multi-turn context