TemplateResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the template | [default to null] |
| name | String | Name of the template | [default to null] |
| description | String | Description of the template’s purpose | [optional] [default to null] |
| category | TemplateCategory | Category classification | [default to null] |
| content | String | Template content with variable placeholders | [default to null] |
| content_type | ContentType | Content format type | [default to null] |
| variables | Map | Map of variable names to their descriptions | [optional] [default to null] |
| auto_trigger_conditions | Map | Conditions for automatic template triggering | [optional] [default to null] |
| usage_count | Long | Number of times this template has been used | [default to null] |
| last_used_at | Date | Timestamp when the template was last used | [optional] [default to null] |
| created_by_name | String | Name of the user who created the template | [optional] [default to null] |
| is_public | Boolean | Whether this template is public to all agents | [default to null] |
| is_active | Boolean | Whether the template is currently active | [default to null] |
| created_at | Date | Timestamp when the template was created | [default to null] |
| updated_at | Date | Timestamp when the template was last updated | [default to null] |