yao/agent/llm
Max a824670def Enhance streaming message handling in DefaultStreamHandler
- Added a new field to track the current message type (text, thinking, tool_call) in the streamState struct.
- Updated message handling methods to set the current message type appropriately.
- Modified the group end handling to use the tracked message type when sending messages, ensuring accurate type representation.
- Enhanced unit tests to verify the correct handling of group end events and their associated types.
2025-11-17 15:17:48 +08:00
..
adapters Add Claude API configuration and enhance vision support in LLM adapters 2025-11-17 10:53:08 +08:00
handlers Enhance streaming message handling in DefaultStreamHandler 2025-11-17 15:17:48 +08:00
providers Enhance streaming message handling in DefaultStreamHandler 2025-11-17 15:17:48 +08:00
interfaces.go Implement global uses configuration and enhance assistant capabilities 2025-11-14 19:17:21 +08:00
llm.go Implement global uses configuration and enhance assistant capabilities 2025-11-14 19:17:21 +08:00
stream.go Implement global uses configuration and enhance assistant capabilities 2025-11-14 19:17:21 +08:00