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