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