InvokeTemplateRequest
Request to invoke an agent template
Properties
| Property | Type | Required | Description |
|---|---|---|---|
input |
any | Yes | Input data to pass to the template |
View JSON Schema
{
"type": "object",
"description": "Request to invoke an agent template",
"required": [
"input"
],
"properties": {
"input": {
"description": "Input data to pass to the template"
}
}
}