mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
- Added LLMResponseUsage struct to encapsulate token usage details for language model responses. - Updated ChatMessageContent and ChatMessage models to include a Usage field of type *entity.LLMResponseUsage, enhancing message handling capabilities. - Improved structure and clarity of models by ensuring consistent field definitions and descriptions.