mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-07-19 20:47:54 +00:00
In convertToSteps(), the extractReasoningContentFromMessage function was called twice for the same message - once to check if reasoning exists and again to assign it to the step object. Reuse the already-extracted value from the local variable instead.