yao/agent/output/message
Max beb63b77de Enhance Assistant functionality with improved content handling and debugging
- Added support for converting extended types (file, data) to standard LLM types (text, image_url, input_audio) in the Stream method.
- Introduced a new agentCallerWrapper to facilitate agent calls from the content package.
- Implemented ThreadID management for nested agent calls to improve concurrent stream identification.
- Enhanced message handling to include metadata for message_start and message_end events, allowing for better tracking of message states.
- Removed deprecated vision capability checks from the Assistant initialization process, streamlining the codebase.
- Added new content types (file, data) to the context types for improved message content handling.
2025-12-03 21:35:54 +08:00
..
interfaces.go Refactor: Decouple Output From Context 2025-11-25 22:08:00 +08:00
STREAMING.md Refactor message handling for improved streaming and event management 2025-11-26 18:30:43 +08:00
types.go Enhance Assistant functionality with improved content handling and debugging 2025-12-03 21:35:54 +08:00
utils.go Refactor message handling for improved streaming and event management 2025-11-26 18:30:43 +08:00
utils_test.go Refactor message handling for improved streaming and event management 2025-11-26 18:30:43 +08:00