File size: 1,894 Bytes
ee7c543 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 | {
"<tool_call>": {
"id": 128256,
"description": "Start of tool invocation"
},
"</tool_call>": {
"id": 128257,
"description": "End of tool invocation"
},
"<tool_result>": {
"id": 128258,
"description": "Start of tool output"
},
"</tool_result>": {
"id": 128259,
"description": "End of tool output"
},
"<think>": {
"id": 128260,
"description": "Start internal reasoning"
},
"</think>": {
"id": 128261,
"description": "End internal reasoning"
},
"<plan>": {
"id": 128262,
"description": "Start planning section"
},
"</plan>": {
"id": 128263,
"description": "End planning section"
},
"<execute>": {
"id": 128264,
"description": "Start execution"
},
"</execute>": {
"id": 128265,
"description": "End execution"
},
"<reflect>": {
"id": 128266,
"description": "Start reflection"
},
"</reflect>": {
"id": 128267,
"description": "End reflection"
},
"<code>": {
"id": 128268,
"description": "Start code block"
},
"</code>": {
"id": 128269,
"description": "End code block"
},
"<file_path>": {
"id": 128270,
"description": "File path marker"
},
"</file_path>": {
"id": 128271,
"description": "End file path"
},
"<error>": {
"id": 128272,
"description": "Error message start"
},
"</error>": {
"id": 128273,
"description": "Error message end"
},
"<task_complete>": {
"id": 128274,
"description": "Task completion signal"
},
"<need_clarification>": {
"id": 128275,
"description": "Request clarification"
},
"<fim_prefix>": {
"id": 128276,
"description": "FIM prefix section"
},
"<fim_suffix>": {
"id": 128277,
"description": "FIM suffix section"
},
"<fim_middle>": {
"id": 128278,
"description": "FIM middle section (to predict)"
}
} |