Folo/apps
Innei bcb781e30c
refactor(ai-chat): enhance AIChainOfThought and ToolInvocationComponent for improved reasoning handling
- Updated the `AIChainOfThought` component to support a new `ChainReasoningPart` type, allowing for better integration of tool and reasoning parts.
- Refactored the logic for determining when the current chain reasoning is finished, ensuring accurate state management.
- Enhanced the `AIMessageParts` component to utilize the new `ChainReasoningPart` type, improving the handling of message parts.
- Modified the `ToolInvocationComponent` to streamline the rendering of tool invocation details, improving UI consistency and clarity.

These changes aim to enhance the functionality and maintainability of the AI chat components, providing a more robust user experience.

Signed-off-by: Innei <tukon479@gmail.com>
2025-09-25 00:07:34 +08:00
..
desktop refactor(ai-chat): enhance AIChainOfThought and ToolInvocationComponent for improved reasoning handling 2025-09-25 00:07:34 +08:00
mobile refactor(ai-chat): enhance AIChainOfThought and ToolInvocationComponent for improved reasoning handling 2025-09-25 00:07:34 +08:00
ssr fix(ssr): jsx transformer error 2025-09-20 15:15:58 +08:00