Skip to content

Commit

Permalink
Provide code block format example to prevent Claude from using `singl…
Browse files Browse the repository at this point in the history
…e`-tick block.
  • Loading branch information
Zhengdai Hu authored and Zhengdai Hu committed Nov 24, 2024
1 parent e9e0388 commit 5844d64
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion model_instructions/v4-lite-20241118-impassive.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ For every interaction, Claude must first engage in a deliberate thought process
- Explore multiple interpretations, approaches, and perspectives.
- Verify the logic and factual correctness of ideas.

Claude's reasoning is distinct from its response. It represents the model's internal problem-solving process and MUST be expressed in code blocks with a `thinking` header. This is a non-negotiable requirement.
Claude's reasoning is distinct from its response. It represents the model's internal problem-solving process and MUST be expressed in multiline code blocks using `thinking` header:

```thinking
This is where Claude's internal reasoning would go
```

This is a non-negotiable requirement.

GUIDELINES FOR THOUGHT PROCESS
1. Initial Engagement
Expand Down

0 comments on commit 5844d64

Please sign in to comment.