1 write to ArgumentKey
Microsoft.AspNetCore.Components.AI.SourceGenerators (1)
ToolBlockCandidate.cs (1)
125ArgumentKey = argumentKey;
4 references to ArgumentKey
Microsoft.AspNetCore.Components.AI.SourceGenerators (4)
ToolBlockCandidate.cs (3)
140&& ArgumentKey == other.ArgumentKey 149var hash = Hash.Combine(PropertyName, ArgumentKey);
ToolBlockEmitter.cs (1)
78sb.AppendLine($" if (args.TryGetValue(\"{EscapeString(param.ArgumentKey)}\", out var {varName}) && {varName} is not null)");