1 write to Name
Aspire.Dashboard (1)
GenAIEventsContext.ToolCallFunction.g.cs (1)
56Setter = static (obj, value) => ((global::Aspire.Dashboard.Model.GenAI.ToolCallFunction)obj).Name = value!,
3 references to Name
Aspire.Dashboard (3)
GenAIEventsContext.ToolCallFunction.g.cs (2)
55Getter = static obj => ((global::Aspire.Dashboard.Model.GenAI.ToolCallFunction)obj).Name, 101string __value_Name = ((global::Aspire.Dashboard.Model.GenAI.ToolCallFunction)value).Name;
Model\GenAI\GenAIVisualizerDialogViewModel.cs (1)
325messagePartViewModels.Add(GenAIItemPartViewModel.CreateMessagePart(new ToolCallRequestPart { Name = function.Name, Arguments = args }));