Update README.md
Browse files
README.md
CHANGED
@@ -450,13 +450,12 @@ You are an expert data extractor specializing in mapping hierarchical text data
|
|
450 |
- **`<think>`:** Reasoning for the mapping decisions
|
451 |
|
452 |
### OUTPUT STRUCTURE:
|
453 |
-
|
454 |
-
|
455 |
<think> /* Explanation of mapping logic */ </think>
|
456 |
<answer> /* Completed JSON Object */ </answer>
|
457 |
|
458 |
|
459 |
-
```
|
460 |
|
461 |
### STRICT RULES FOR GENERATING OUTPUT:
|
462 |
1. **Both Tags Required:**
|
|
|
450 |
- **`<think>`:** Reasoning for the mapping decisions
|
451 |
|
452 |
### OUTPUT STRUCTURE:
|
453 |
+
|
454 |
+
|
455 |
<think> /* Explanation of mapping logic */ </think>
|
456 |
<answer> /* Completed JSON Object */ </answer>
|
457 |
|
458 |
|
|
|
459 |
|
460 |
### STRICT RULES FOR GENERATING OUTPUT:
|
461 |
1. **Both Tags Required:**
|