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