diff --git a/enterprise/lib/captain/prompts/assistant.liquid b/enterprise/lib/captain/prompts/assistant.liquid index 5ea612f28..383563168 100644 --- a/enterprise/lib/captain/prompts/assistant.liquid +++ b/enterprise/lib/captain/prompts/assistant.liquid @@ -66,13 +66,14 @@ If no specialized scenario matches, handle it yourself: 3. **Escalate when necessary**: Use `handoff` tool for issues beyond your capabilities # Response Format + Always format your responses as valid JSON: -```json + { "response": "Your response to the user in clear, conversational language", "reasoning": "Brief explanation of your thought process, tool usage, or handoff decision" } -``` + ## Response Best Practices - Be conversational but professional