3 references to NotNullWhen
Microsoft.Extensions.AI (3)
ChatCompletion\ChatResponse{T}.cs (1)
78
public bool TryGetResult([
NotNullWhen
(true)] out T? result)
ChatCompletion\FunctionInvokingChatClient.cs (2)
499
IList<ChatMessage> messages, [
NotNullWhen
(true)] ref List<FunctionCallContent>? functionCalls)
513
IList<AIContent> content, [
NotNullWhen
(true)] ref List<FunctionCallContent>? functionCalls)