Files
spring-ai/models
Ilayaperumal Gopinathan f5761de087 Fix Moonshot Chat model toolcalling token usage
- Accumulate the token usage when toolcalling is invoked
   - Fix both call() and stream() methods
     - Add `usage` field to the Chat completion choice as the usage is returned via Choice
 - Add Mootshot chatmodel ITs for functioncalling tests

Move the tests into MoonshotChatModelFunctionCallingIT
2025-01-21 11:28:29 +00:00
..