[Enhancement]: Change the design of the thoughts recursion so that it doesn't fill up the chat area and handle cases gracefully when the thought recursion rans out #11850
Unanswered
Odrec
asked this question in
Troubleshooting
Replies: 1 comment 1 reply
-
|
This often due to the model itself or parameters on the hosting provider. A small context window could also be the cause |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What features would you like to see added?
When some models need to handle complex processes the thought recursion fills up the chat area making it difficult to read and ugly for users. (See image)
Can the design be changed so that several thoughts are integrated into a single expander or another solution that avoids the clogged chat area?
Also when a model reaches the recursion limit it just throws an error. Is there a way to handle this more gracefully like imposing a stop condition on the last cycle?
More details
The same as above.
Which components are impacted by your request?
UI
Pictures
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions