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