1 write to CallContent
Microsoft.Extensions.AI (1)
ChatCompletion\FunctionInvokingChatClient.cs (1)
1995CallContent = callContent;
3 references to CallContent
Microsoft.Extensions.AI (3)
ChatCompletion\FunctionInvokingChatClient.cs (3)
1342frc.CallId == result.CallContent.CallId) 1353FunctionInvocationStatus.NotFound => $"Error: Requested function \"{result.CallContent.Name}\" not found.", 1366return new FunctionResultContent(result.CallContent.CallId, functionResult) { Exception = result.Exception };