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