InvokeAgentResponsesApiDispatchPayload interface
A manual payload used to test a responses API routine dispatch.
- Extends
Properties
| input | The JSON value sent as the complete downstream responses input. The value is passed through as-is and can be an object, string, number, boolean, array, or null. |
| type | The manual dispatch payload type. |
Property Details
input
The JSON value sent as the complete downstream responses input. The value is passed through as-is and can be an object, string, number, boolean, array, or null.
input: unknown
Property Value
unknown
type
The manual dispatch payload type.
type: "invoke_agent_responses_api"
Property Value
"invoke_agent_responses_api"