Replies: 3 comments
-
Tagging @TaoChenOSU |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is the .Net SDK, so we'd want @RogerBarret0 or @markwallace-microsoft to help look into it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Created an issue for this: #9989 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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?
Beta Was this translation helpful? Give feedback.
All reactions