You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/core/prompts/__tests__/__snapshots__/system.test.ts.snap
+36Lines changed: 36 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,8 @@ Always adhere to this format for the tool use to ensure proper parsing and execu
33
33
## read_file
34
34
Description: Request to read the contents of one or more files. The tool outputs line-numbered content (e.g. "1 | const x = 1") for easy reference when creating diffs or discussing code. Use line ranges to efficiently read specific portions of large files. Supports text extraction from PDF and DOCX files, but may not handle other binary files properly.
35
35
36
+
37
+
36
38
Parameters:
37
39
- args: Contains one or more file elements, where each file contains:
38
40
- path: (required) File path (relative to workspace directory /test/path)
@@ -92,6 +94,7 @@ IMPORTANT: You MUST use this Efficient Reading Strategy:
92
94
- You MUST use multiple ranges for content separated by >10 lines
93
95
- You MUST include sufficient line context for planned modifications while keeping ranges minimal
94
96
97
+
95
98
## fetch_instructions
96
99
Description: Request to fetch instructions to perform a task
97
100
Parameters:
@@ -521,6 +524,8 @@ Always adhere to this format for the tool use to ensure proper parsing and execu
521
524
## read_file
522
525
Description: Request to read the contents of one or more files. The tool outputs line-numbered content (e.g. "1 | const x = 1") for easy reference when creating diffs or discussing code. Use line ranges to efficiently read specific portions of large files. Supports text extraction from PDF and DOCX files, but may not handle other binary files properly.
523
526
527
+
528
+
524
529
Parameters:
525
530
- args: Contains one or more file elements, where each file contains:
526
531
- path: (required) File path (relative to workspace directory /test/path)
@@ -580,6 +585,7 @@ IMPORTANT: You MUST use this Efficient Reading Strategy:
580
585
- You MUST use multiple ranges for content separated by >10 lines
581
586
- You MUST include sufficient line context for planned modifications while keeping ranges minimal
582
587
588
+
583
589
## fetch_instructions
584
590
Description: Request to fetch instructions to perform a task
585
591
Parameters:
@@ -1009,6 +1015,8 @@ Always adhere to this format for the tool use to ensure proper parsing and execu
1009
1015
## read_file
1010
1016
Description: Request to read the contents of one or more files. The tool outputs line-numbered content (e.g. "1 | const x = 1") for easy reference when creating diffs or discussing code. Use line ranges to efficiently read specific portions of large files. Supports text extraction from PDF and DOCX files, but may not handle other binary files properly.
1011
1017
1018
+
1019
+
1012
1020
Parameters:
1013
1021
- args: Contains one or more file elements, where each file contains:
1014
1022
- path: (required) File path (relative to workspace directory /test/path)
@@ -1068,6 +1076,7 @@ IMPORTANT: You MUST use this Efficient Reading Strategy:
1068
1076
- You MUST use multiple ranges for content separated by >10 lines
1069
1077
- You MUST include sufficient line context for planned modifications while keeping ranges minimal
1070
1078
1079
+
1071
1080
## fetch_instructions
1072
1081
Description: Request to fetch instructions to perform a task
1073
1082
Parameters:
@@ -1497,6 +1506,8 @@ Always adhere to this format for the tool use to ensure proper parsing and execu
1497
1506
## read_file
1498
1507
Description: Request to read the contents of one or more files. The tool outputs line-numbered content (e.g. "1 | const x = 1") for easy reference when creating diffs or discussing code. Use line ranges to efficiently read specific portions of large files. Supports text extraction from PDF and DOCX files, but may not handle other binary files properly.
1499
1508
1509
+
1510
+
1500
1511
Parameters:
1501
1512
- args: Contains one or more file elements, where each file contains:
1502
1513
- path: (required) File path (relative to workspace directory /test/path)
@@ -1556,6 +1567,7 @@ IMPORTANT: You MUST use this Efficient Reading Strategy:
1556
1567
- You MUST use multiple ranges for content separated by >10 lines
1557
1568
- You MUST include sufficient line context for planned modifications while keeping ranges minimal
1558
1569
1570
+
1559
1571
## fetch_instructions
1560
1572
Description: Request to fetch instructions to perform a task
1561
1573
Parameters:
@@ -2041,6 +2053,8 @@ Always adhere to this format for the tool use to ensure proper parsing and execu
2041
2053
## read_file
2042
2054
Description: Request to read the contents of one or more files. The tool outputs line-numbered content (e.g. "1 | const x = 1") for easy reference when creating diffs or discussing code. Use line ranges to efficiently read specific portions of large files. Supports text extraction from PDF and DOCX files, but may not handle other binary files properly.
2043
2055
2056
+
2057
+
2044
2058
Parameters:
2045
2059
- args: Contains one or more file elements, where each file contains:
2046
2060
- path: (required) File path (relative to workspace directory /test/path)
@@ -2100,6 +2114,7 @@ IMPORTANT: You MUST use this Efficient Reading Strategy:
2100
2114
- You MUST use multiple ranges for content separated by >10 lines
2101
2115
- You MUST include sufficient line context for planned modifications while keeping ranges minimal
2102
2116
2117
+
2103
2118
## fetch_instructions
2104
2119
Description: Request to fetch instructions to perform a task
2105
2120
Parameters:
@@ -2597,6 +2612,8 @@ Always adhere to this format for the tool use to ensure proper parsing and execu
2597
2612
## read_file
2598
2613
Description: Request to read the contents of one or more files. The tool outputs line-numbered content (e.g. "1 | const x = 1") for easy reference when creating diffs or discussing code. Use line ranges to efficiently read specific portions of large files. Supports text extraction from PDF and DOCX files, but may not handle other binary files properly.
2599
2614
2615
+
2616
+
2600
2617
Parameters:
2601
2618
- args: Contains one or more file elements, where each file contains:
2602
2619
- path: (required) File path (relative to workspace directory /test/path)
@@ -2656,6 +2673,7 @@ IMPORTANT: You MUST use this Efficient Reading Strategy:
2656
2673
- You MUST use multiple ranges for content separated by >10 lines
2657
2674
- You MUST include sufficient line context for planned modifications while keeping ranges minimal
2658
2675
2676
+
2659
2677
## fetch_instructions
2660
2678
Description: Request to fetch instructions to perform a task
2661
2679
Parameters:
@@ -3141,6 +3159,8 @@ Always adhere to this format for the tool use to ensure proper parsing and execu
3141
3159
## read_file
3142
3160
Description: Request to read the contents of one or more files. The tool outputs line-numbered content (e.g. "1 | const x = 1") for easy reference when creating diffs or discussing code. Use line ranges to efficiently read specific portions of large files. Supports text extraction from PDF and DOCX files, but may not handle other binary files properly.
3143
3161
3162
+
3163
+
3144
3164
Parameters:
3145
3165
- args: Contains one or more file elements, where each file contains:
3146
3166
- path: (required) File path (relative to workspace directory /test/path)
@@ -3200,6 +3220,7 @@ IMPORTANT: You MUST use this Efficient Reading Strategy:
3200
3220
- You MUST use multiple ranges for content separated by >10 lines
3201
3221
- You MUST include sufficient line context for planned modifications while keeping ranges minimal
3202
3222
3223
+
3203
3224
## fetch_instructions
3204
3225
Description: Request to fetch instructions to perform a task
3205
3226
Parameters:
@@ -3719,6 +3740,8 @@ Always adhere to this format for the tool use to ensure proper parsing and execu
3719
3740
## read_file
3720
3741
Description: Request to read the contents of one or more files. The tool outputs line-numbered content (e.g. "1 | const x = 1") for easy reference when creating diffs or discussing code. Use line ranges to efficiently read specific portions of large files. Supports text extraction from PDF and DOCX files, but may not handle other binary files properly.
3721
3742
3743
+
3744
+
3722
3745
Parameters:
3723
3746
- args: Contains one or more file elements, where each file contains:
3724
3747
- path: (required) File path (relative to workspace directory /test/path)
@@ -3778,6 +3801,7 @@ IMPORTANT: You MUST use this Efficient Reading Strategy:
3778
3801
- You MUST use multiple ranges for content separated by >10 lines
3779
3802
- You MUST include sufficient line context for planned modifications while keeping ranges minimal
3780
3803
3804
+
3781
3805
## fetch_instructions
3782
3806
Description: Request to fetch instructions to perform a task
3783
3807
Parameters:
@@ -4249,6 +4273,8 @@ Always adhere to this format for the tool use to ensure proper parsing and execu
4249
4273
## read_file
4250
4274
Description: Request to read the contents of one or more files. The tool outputs line-numbered content (e.g. "1 | const x = 1") for easy reference when creating diffs or discussing code. Use line ranges to efficiently read specific portions of large files. Supports text extraction from PDF and DOCX files, but may not handle other binary files properly.
4251
4275
4276
+
4277
+
4252
4278
Parameters:
4253
4279
- args: Contains one or more file elements, where each file contains:
4254
4280
- path: (required) File path (relative to workspace directory /test/path)
@@ -4308,6 +4334,7 @@ IMPORTANT: You MUST use this Efficient Reading Strategy:
4308
4334
- You MUST use multiple ranges for content separated by >10 lines
4309
4335
- You MUST include sufficient line context for planned modifications while keeping ranges minimal
4310
4336
4337
+
4311
4338
## fetch_instructions
4312
4339
Description: Request to fetch instructions to perform a task
4313
4340
Parameters:
@@ -4814,6 +4841,8 @@ Always adhere to this format for the tool use to ensure proper parsing and execu
4814
4841
## read_file
4815
4842
Description: Request to read the contents of one or more files. The tool outputs line-numbered content (e.g. "1 | const x = 1") for easy reference when creating diffs or discussing code. Use line ranges to efficiently read specific portions of large files. Supports text extraction from PDF and DOCX files, but may not handle other binary files properly.
4816
4843
4844
+
4845
+
4817
4846
Parameters:
4818
4847
- args: Contains one or more file elements, where each file contains:
4819
4848
- path: (required) File path (relative to workspace directory /test/path)
@@ -4873,6 +4902,7 @@ IMPORTANT: You MUST use this Efficient Reading Strategy:
4873
4902
- You MUST use multiple ranges for content separated by >10 lines
4874
4903
- You MUST include sufficient line context for planned modifications while keeping ranges minimal
4875
4904
4905
+
4876
4906
## fetch_instructions
4877
4907
Description: Request to fetch instructions to perform a task
4878
4908
Parameters:
@@ -5293,6 +5323,8 @@ Always adhere to this format for the tool use to ensure proper parsing and execu
5293
5323
## read_file
5294
5324
Description: Request to read the contents of one or more files. The tool outputs line-numbered content (e.g. "1 | const x = 1") for easy reference when creating diffs or discussing code. Use line ranges to efficiently read specific portions of large files. Supports text extraction from PDF and DOCX files, but may not handle other binary files properly.
5295
5325
5326
+
5327
+
5296
5328
Parameters:
5297
5329
- args: Contains one or more file elements, where each file contains:
5298
5330
- path: (required) File path (relative to workspace directory /test/path)
@@ -5352,6 +5384,7 @@ IMPORTANT: You MUST use this Efficient Reading Strategy:
5352
5384
- You MUST use multiple ranges for content separated by >10 lines
5353
5385
- You MUST include sufficient line context for planned modifications while keeping ranges minimal
5354
5386
5387
+
5355
5388
## fetch_instructions
5356
5389
Description: Request to fetch instructions to perform a task
5357
5390
Parameters:
@@ -5689,6 +5722,8 @@ Always adhere to this format for the tool use to ensure proper parsing and execu
5689
5722
## read_file
5690
5723
Description: Request to read the contents of one or more files. The tool outputs line-numbered content (e.g. "1 | const x = 1") for easy reference when creating diffs or discussing code. Use line ranges to efficiently read specific portions of large files. Supports text extraction from PDF and DOCX files, but may not handle other binary files properly.
5691
5724
5725
+
5726
+
5692
5727
Parameters:
5693
5728
- args: Contains one or more file elements, where each file contains:
5694
5729
- path: (required) File path (relative to workspace directory /test/path)
@@ -5748,6 +5783,7 @@ IMPORTANT: You MUST use this Efficient Reading Strategy:
5748
5783
- You MUST use multiple ranges for content separated by >10 lines
5749
5784
- You MUST include sufficient line context for planned modifications while keeping ranges minimal
5750
5785
5786
+
5751
5787
## fetch_instructions
5752
5788
Description: Request to fetch instructions to perform a task
0 commit comments