Skip to content

Commit

Permalink
Update reasoning documentation for clarity on prompt inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
Cohee1207 committed Feb 8, 2025
1 parent 422eb8f commit d712add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Usage/Prompts/reasoning.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ For streamed responses, reasoning will only be parsed after the stream completes

## Prompting with Reasoning

By default, recognized reasoning block contents are not sent back to the model. To include reasoning in prompts, enable "Add to Prompts" in the **<i class="fa-solid fa-font"></i> Advanced Formatting** panel. Content will be wrapped in configured Prefix and Suffix sequences and separated by a configured Separator. The Max Additions numeric setting controls how many reasoning blocks can be included, counting from the end of the prompt.
By default, recognized reasoning block contents are not sent back to the model. To include reasoning in prompts, enable "Add to Prompts" in the **<i class="fa-solid fa-font"></i> Advanced Formatting** panel. Reasoning content will be wrapped in configured Prefix and Suffix sequences and separated by a Separator from the main context. The Max Additions numeric setting controls how many reasoning blocks can be included, counting from the end of the prompt.

!!!
Most model providers do not recommend sending CoT back to the model in multi-turn conversations.
Expand Down

0 comments on commit d712add

Please sign in to comment.