Expand description
Context template tool execution handlers.
Contains handlers for context template management operations: save, list, get, render, delete.
Provides both consolidated (execute_templates) and legacy handlers.
Functionsยง
- execute_
context_ template_ delete - Executes the
context_template_deletetool. - execute_
context_ template_ get - Executes the
context_template_gettool. - execute_
context_ template_ list - Executes the
context_template_listtool. - execute_
context_ template_ render - Executes the
context_template_rendertool. - execute_
context_ template_ save - Executes the
context_template_savetool. - execute_
templates - Executes the consolidated
subcog_templatestool. - execute_
templates_ ๐delete - Handles the
deleteaction forsubcog_templates. - execute_
templates_ ๐get - Handles the
getaction forsubcog_templates. - execute_
templates_ ๐list - Handles the
listaction forsubcog_templates. - execute_
templates_ ๐render - Handles the
renderaction forsubcog_templates. - execute_
templates_ ๐save - Handles the
saveaction forsubcog_templates. - format_
field_ ๐or_ none - Formats a field value for display, returning โ(none)โ if empty.
- format_
list_ ๐or_ none - Formats a list of items for display, returning โ(none)โ if empty.
- parse_
output_ ๐format - Parses output format from string.