Prompts
List the available system prompts.
GET
/api/v1/promptsLists the available system prompts with title, variables, and length. No parameters.
Response
json
{
"count": 2,
"default": "default",
"prompts": [
{ "name": "default", "title": "Default assistant", "variables": ["skills_block"], "length": 4820 },
{ "name": "knapp", "title": "Short answers", "variables": [], "length": 640 }
]
}200List retrieved successfully.