InvokeAgentInvocationsApiDispatchPayload interface
A manual payload used to test an invocations API routine dispatch.
- Extends
Properties
| input | The JSON value sent as the complete downstream invocations 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 invocations 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_invocations_api"
Property Value
"invoke_agent_invocations_api"