spring-ai
spring-ai copied to clipboard
BedrockAnthropic3ChatClient returns ChatResponse without AnthropicUsage
trafficstars
I'am using BedrockAnthropic3ChatClient and i can not get info about input and output tokens. But these parameters i can get from AnthropicChatResponse.
Could you transfer these parameters to ChatResponseMetadata ?
This problem will resolved by the https://github.com/spring-projects/spring-ai/pull/605 indeed.
closing as the PR has been merged