2 references to NotFound
Microsoft.Extensions.AI (2)
ChatCompletion\FunctionInvokingChatClient.cs (2)
591return new(ContinueMode.Continue, FunctionInvocationStatus.NotFound, callContent, result: null, exception: null); 669FunctionInvocationStatus.NotFound => $"Error: Requested function \"{result.CallContent.Name}\" not found.",