From ea7c5798ff410f1389d1ddb2dfd69413cc4dd043 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Fri, 1 Aug 2025 15:48:48 +0530 Subject: [PATCH] fix: format --- enterprise/lib/captain/prompts/assistant.liquid | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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