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)
508
IList<ChatMessage> messages, [
NotNullWhen
(true)] ref List<FunctionCallContent>? functionCalls)
522
IList<AIContent> content, [
NotNullWhen
(true)] ref List<FunctionCallContent>? functionCalls)