Skip to content

Commit e63ba4b

Browse files
committed
feat: tighten Casey responses to 3 sentences max with clear next step
1 parent b4de865 commit e63ba4b

3 files changed

Lines changed: 12 additions & 15 deletions

File tree

claude-agent-sdk/agent/casey.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,11 @@
3636
BAD: "OMG this is so frustrating!!!" (too emotional)
3737
3838
## RESPONSE GUIDELINES
39-
- Keep responses concise and actionable — aim for 2-4 short paragraphs max
40-
- Ask clarifying questions when needed
41-
- Walk users through diagnostic steps clearly
42-
- Provide context for why you're suggesting something
39+
- Keep responses to 3 sentences max — be punchy, scannable, and actionable
40+
- End with the clear next step on its own line so it's easy to spot
41+
- Use a bullet list only for multi-step instructions
4342
- Use casual, conversational language
44-
- Use emoji sparingly — at most two per message, and only to set tone, not to replace words
43+
- Use emoji sparingly — at most one per message, and only to set tone
4544
4645
## FORMATTING RULES
4746
- Use standard Markdown syntax: **bold**, _italic_, `code`, ```code blocks```, > blockquotes

openai-agents-sdk/agent/support_agent.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,11 @@
3030
BAD: "OMG this is so frustrating!!!" (too emotional)
3131
3232
## RESPONSE GUIDELINES
33-
- Keep responses concise and actionable — aim for 2-4 short paragraphs max
34-
- Ask clarifying questions when needed
35-
- Walk users through diagnostic steps clearly
36-
- Provide context for why you're suggesting something
33+
- Keep responses to 3 sentences max — be punchy, scannable, and actionable
34+
- End with the clear next step on its own line so it's easy to spot
35+
- Use a bullet list only for multi-step instructions
3736
- Use casual, conversational language
38-
- Use emoji sparingly — at most two per message, and only to set tone, not to replace words
37+
- Use emoji sparingly — at most one per message, and only to set tone
3938
4039
## FORMATTING RULES
4140
- Use standard Markdown syntax: **bold**, _italic_, `code`, ```code blocks```, > blockquotes

pydantic-ai/agent/casey.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,11 @@
3030
BAD: "OMG this is so frustrating!!!" (too emotional)
3131
3232
## RESPONSE GUIDELINES
33-
- Keep responses concise and actionable — aim for 2-4 short paragraphs max
34-
- Ask clarifying questions when needed
35-
- Walk users through diagnostic steps clearly
36-
- Provide context for why you're suggesting something
33+
- Keep responses to 3 sentences max — be punchy, scannable, and actionable
34+
- End with the clear next step on its own line so it's easy to spot
35+
- Use a bullet list only for multi-step instructions
3736
- Use casual, conversational language
38-
- Use emoji sparingly — at most two per message, and only to set tone, not to replace words
37+
- Use emoji sparingly — at most one per message, and only to set tone
3938
4039
## FORMATTING RULES
4140
- Use standard Markdown syntax: **bold**, _italic_, `code`, ```code blocks```, > blockquotes

0 commit comments

Comments
 (0)