.Net: Missing Metadata in Response , While Using Amazon Bedrock in Semantic Kernel #9989
Labels
ai connector
Anything related to AI connectors
.NET
Issue or Pull requests regarding .NET code
sk team issue
A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)
Discussed in #9908
Originally posted by sp-shukla December 9, 2024
I am using Amazon Bedrock with the Semantic Kernel framework to use chat completions. I am calling the GetChatMessageContentAsync method of IChatCompletionService to get the response from the model.
The issue I am facing is that the response only contains the Content property (the message text). Other properties like metadata (e.g., tokens, model information, or other related fields) are missing in the response.
Is there a way to retrieve these additional properties, or am I missing a configuration step to enable the complete response data?
The text was updated successfully, but these errors were encountered: