| { | |
| "type": "zero_shot", | |
| "description": "Zero-shot chat prompt template — no examples provided; the model relies entirely on its instruction-following capability.", | |
| "template": { | |
| "system": "You are a helpful, respectful, and honest assistant. Answer the user's question as clearly and concisely as possible.", | |
| "user": "{{user_message}}", | |
| "assistant": "" | |
| }, | |
| "variables": [ | |
| { | |
| "name": "user_message", | |
| "description": "The user's input message or question.", | |
| "required": true | |
| } | |
| ], | |
| "example": { | |
| "user_message": "What is the capital of France?", | |
| "expected_response": "The capital of France is Paris." | |
| } | |
| } | |