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