2 references to Name
Microsoft.Extensions.AI.Integration.Tests (2)
PromptBasedFunctionCallingChatClient.cs (2)
110
if (!string.IsNullOrEmpty(toolCallParsed?.
Name
))
118
message.Contents.Add(new FunctionCallContent(id, toolCallParsed.
Name
!, toolCallParsed.Arguments is { } args ? new ReadOnlyDictionary<string, object?>(args) : null));