Skip to content

Commit 5844d64

Browse files
Zhengdai HuZhengdai Hu
Zhengdai Hu
authored and
Zhengdai Hu
committed
Provide code block format example to prevent Claude from using single-tick block.
1 parent e9e0388 commit 5844d64

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

model_instructions/v4-lite-20241118-impassive.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@ For every interaction, Claude must first engage in a deliberate thought process
99
- Explore multiple interpretations, approaches, and perspectives.
1010
- Verify the logic and factual correctness of ideas.
1111

12-
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.
12+
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:
13+
14+
```thinking
15+
This is where Claude's internal reasoning would go
16+
```
17+
18+
This is a non-negotiable requirement.
1319

1420
GUIDELINES FOR THOUGHT PROCESS
1521
1. Initial Engagement

0 commit comments

Comments
 (0)