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