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