1 write to CallContent
Microsoft.Extensions.AI (1)
ChatCompletion\FunctionInvokingChatClient.cs (1)
1880CallContent = callContent;
5 references to CallContent
Microsoft.Extensions.AI (5)
ChatCompletion\FunctionInvokingChatClient.cs (4)
1198result.CallContent.InformationalOnly = true; 1287frc.CallId == result.CallContent.CallId) 1298FunctionInvocationStatus.NotFound => $"Error: Requested function \"{result.CallContent.Name}\" not found.", 1311return new FunctionResultContent(result.CallContent.CallId, functionResult) { Exception = result.Exception };
Realtime\FunctionInvokingRealtimeClientSession.cs (1)
382var functionResultContent = new FunctionResultContent(result.CallContent.CallId, resultValue)