2 references to NotFound
Microsoft.Extensions.AI (2)
ChatCompletion\FunctionInvokingChatClient.cs (2)
557return new(ContinueMode.Continue, FunctionStatus.NotFound, functionCallContent, result: null, exception: null); 633FunctionStatus.NotFound => "Error: Requested function not found.",