yao/agent/output/message
Max 3dd63e5530 Refactor model capabilities to use OpenAI struct
- Updated the model capabilities throughout the agent to utilize the new gouOpenAI.Capabilities struct instead of the previous ModelCapabilities.
- Adjusted related methods and types to ensure compatibility with the new capabilities structure, enhancing clarity and maintainability.
- Improved context handling and message processing by directly integrating OpenAI capabilities, streamlining the overall architecture.
2025-12-02 11:33:09 +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 Refactor model capabilities to use OpenAI struct 2025-12-02 11:33:09 +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