ClientEventResponseCancel interface
Send this event to cancel an in-progress response. The server will respond
with a response.cancelled event or an error if there is no response to
cancel.
- Extends
Properties
| response |
A specific response ID to cancel - if not provided, will cancel an in-progress response in the default conversation. |
| type | The event type, must be |
Inherited Properties
| event |
Property Details
responseId
A specific response ID to cancel - if not provided, will cancel an in-progress response in the default conversation.
responseId?: string
Property Value
string
type
The event type, must be response.cancel.
type: "response.cancel"
Property Value
"response.cancel"