1 write to Arguments
Aspire.Dashboard (1)
GenAIEventsContext.ToolCallFunction.g.cs (1)
79Setter = static (obj, value) => ((global::Aspire.Dashboard.Model.GenAI.ToolCallFunction)obj).Arguments = value!,
3 references to Arguments
Aspire.Dashboard (3)
GenAIEventsContext.ToolCallFunction.g.cs (2)
78Getter = static obj => ((global::Aspire.Dashboard.Model.GenAI.ToolCallFunction)obj).Arguments, 111global::System.Text.Json.Nodes.JsonNode __value_Arguments = ((global::Aspire.Dashboard.Model.GenAI.ToolCallFunction)value).Arguments;
Model\GenAI\GenAIVisualizerDialogViewModel.cs (1)
493var args = ProcessJsonPayload(function.Arguments);