Skip to Content

TemplateResponse

Properties

NameTypeDescriptionNotes
idLongUnique identifier for the template[default to null]
nameStringName of the template[default to null]
descriptionStringDescription of the template’s purpose[optional] [default to null]
categoryTemplateCategoryCategory classification[default to null]
contentStringTemplate content with variable placeholders[default to null]
content_typeContentTypeContent format type[default to null]
variablesMapMap of variable names to their descriptions[optional] [default to null]
auto_trigger_conditionsMapConditions for automatic template triggering[optional] [default to null]
usage_countLongNumber of times this template has been used[default to null]
last_used_atDateTimestamp when the template was last used[optional] [default to null]
created_by_nameStringName of the user who created the template[optional] [default to null]
is_publicBooleanWhether this template is public to all agents[default to null]
is_activeBooleanWhether the template is currently active[default to null]
created_atDateTimestamp when the template was created[default to null]
updated_atDateTimestamp when the template was last updated[default to null]

[Back to Model list] [Back to API list] [Back to README]