3 references to ResponseFunctionCallContent
Microsoft.Extensions.AI (3)
ChatCompletion\FunctionInvokingChatClient.cs (3)
1553
LogFunctionRejected(m.
ResponseFunctionCallContent
.Name, m.Response.Reason);
1564
m.
ResponseFunctionCallContent
.InformationalOnly = true;
1567
return (AIContent)new FunctionResultContent(m.
ResponseFunctionCallContent
.CallId, result);