Skip to content

Commit a5cbc51

Browse files
committed
Turn on include reasoning in message history
1 parent 14d7c6c commit a5cbc51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/agent-runtime/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ export const CACHE_DEBUG_FULL_LOGGING = false
1313
// When true, reasoning chunks emitted by the model are appended to the
1414
// assistant message history so they replay on the next turn. Consecutive
1515
// reasoning chunks are consolidated into a single message.
16-
export const INCLUDE_REASONING_IN_MESSAGE_HISTORY = false
16+
export const INCLUDE_REASONING_IN_MESSAGE_HISTORY = true

0 commit comments

Comments
 (0)