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