3 references to ServerToolCallResponseType
Aspire.Dashboard (3)
Model\GenAI\GenAIItemViewModel.cs (1)
53
if (ItemParts.Any(p => p.MessagePart?.Type is MessagePart.ToolCallResponseType or MessagePart.
ServerToolCallResponseType
))
Model\GenAI\GenAIMessages.cs (2)
153
Type =
ServerToolCallResponseType
;
232
MessagePart.
ServerToolCallResponseType
=> doc.RootElement.Deserialize<ServerToolCallResponsePart>(options),