SerenAI

Pay Per Call Agentic Commerce

InvokeTemplateRequest

Request to invoke an agent template

Properties

PropertyTypeRequiredDescription
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"
    }
  }
}