4 references to NotFound
Microsoft.Extensions.AI (4)
ChatCompletion\FunctionInvokingChatClient.cs (1)
1298FunctionInvocationStatus.NotFound => $"Error: Requested function \"{result.CallContent.Name}\" not found.",
Common\FunctionInvocationProcessor.cs (2)
120return new(terminate: false, FunctionInvocationStatus.NotFound, callContent, result: null, exception: null); 126return new(terminate: false, FunctionInvocationStatus.NotFound, callContent, result: null, exception: null);
Realtime\FunctionInvokingRealtimeClientSession.cs (1)
374FunctionInvocationStatus.NotFound => "Error: Function not found.",