1 write to ResultKey
Microsoft.AspNetCore.Components.AI.SourceGenerators (1)
ToolBlockCandidate.cs (1)
88
ResultKey
= resultKey;
4 references to ResultKey
Microsoft.AspNetCore.Components.AI.SourceGenerators (4)
ToolBlockCandidate.cs (3)
103
&&
ResultKey
== other.
ResultKey
112
var hash = Hash.Combine(PropertyName,
ResultKey
);
ToolBlockEmitter.cs (1)
148
sb.AppendLine($" if (__resultObj.TryGetProperty(\"{EscapeString(rp.
ResultKey
)}\", out var {varName}))");