Access to Tool Call in Chat History #11591
Unanswered
RandyPatterson
asked this question in
Q&A
Replies: 1 comment
-
Tagging @SergeyMenshykh |
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
Uh oh!
There was an error while loading. Please reload this page.
-
in .NET I'm trying to get access to the Tool Call History for a conversation. I would expect to find the message with a role of "Tool" in the response. but the response returned from IChatCompletionService.GetChatMessageContentAsync() does not contain any 'tool' role messages. Also, the ToolCalls collection property is always empty. SK is definetly making several tool calls before arriving at the correct answer. Is this a bug or am I missing something?
Using AzureOpenAI GPT-4o model.
Beta Was this translation helpful? Give feedback.
All reactions