File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -50,11 +50,6 @@ const SYNTHETIC_MESSAGE_ID = "msg_01234567890123456789012345"
5050const SYNTHETIC_PART_ID = "prt_01234567890123456789012345"
5151const SYNTHETIC_USER_MESSAGE_ID = "msg_01234567890123456789012346"
5252const SYNTHETIC_USER_PART_ID = "prt_01234567890123456789012346"
53-
54- // Content for the synthetic user message appended after the assistant message for reasoning models.
55- // This is required because reasoning models expect their reasoning parts in assistant messages,
56- // and we cannot generate those encrypted/proprietary parts. By closing the assistant turn with
57- // a user message, the model sees a complete conversation structure.
5853const REASONING_MODEL_USER_MESSAGE_CONTENT = "<system-context-injection/>"
5954
6055const buildPrunableToolsList = (
You can’t perform that action at this time.
0 commit comments