Skip to main content

Module context_templates

Module context_templates 

Source
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_delete tool.
execute_context_template_get
Executes the context_template_get tool.
execute_context_template_list
Executes the context_template_list tool.
execute_context_template_render
Executes the context_template_render tool.
execute_context_template_save
Executes the context_template_save tool.
execute_templates
Executes the consolidated subcog_templates tool.
execute_templates_delete ๐Ÿ”’
Handles the delete action for subcog_templates.
execute_templates_get ๐Ÿ”’
Handles the get action for subcog_templates.
execute_templates_list ๐Ÿ”’
Handles the list action for subcog_templates.
execute_templates_render ๐Ÿ”’
Handles the render action for subcog_templates.
execute_templates_save ๐Ÿ”’
Handles the save action for subcog_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.