📤Response
📤 The Response block defines the final output returned by the workflow to the caller.
What it does
It shapes the response as JSON or text instead of automatically using the last step's output.
Uses
- An API deployment that requires a stable response structure.
- Control over what appears to a user in a conversation.

