feat: enhance reasoning tooling UI
Opened this issue · 2 comments
Problem Statement
In the current implementation, the tool calling and reasoning UI displays each reasoning and tool invocation step as separate entries in a stacked list.
For models that perform extensive reasoning or make frequent tool calls, this results in an overly long and cluttered thread, making it difficult to navigate or review.
Feature Idea
Introduce a collapsible “reasoning & tooling” thread to streamline the interface.
Each reasoning or tool call sequence can be collapsed or expanded, allowing users to focus on key outcomes while still having the option to inspect detailed reasoning when needed.
Expected Benefits
-
Cleaner, more navigable UI for complex reasoning chains
-
Improved user focus on key reasoning results
-
Scalable design for models with multi step reasoning activity
