Expand description
Prompt tool execution handlers.
Contains handlers for prompt management operations: save, list, get, run, delete.
Provides both consolidated (execute_prompts) and legacy handlers.
Functionsยง
- create_
prompt_ ๐service - Creates a properly configured
PromptServicewith storage settings from config. - execute_
prompt_ delete - Executes the prompt.delete tool.
- execute_
prompt_ get - Executes the prompt.get tool.
- execute_
prompt_ list - Executes the prompt.list tool.
- execute_
prompt_ run - Executes the prompt.run tool.
- execute_
prompt_ save - Executes the prompt.save tool.
- execute_
prompts - Executes the consolidated
subcog_promptstool. - execute_
prompts_ ๐delete - Handles the
deleteaction forsubcog_prompts. - execute_
prompts_ ๐get - Handles the
getaction forsubcog_prompts. - execute_
prompts_ ๐list - Handles the
listaction forsubcog_prompts. - execute_
prompts_ ๐run - Handles the
runaction forsubcog_prompts. - execute_
prompts_ ๐save - Handles the
saveaction forsubcog_prompts. - 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.