Skip to content
DocsTry Aspire
DocsTry

DevUIResource Constructors

ClassConstructors1 member
Represents a DevUI resource for testing AI agents in a distributed application.
Represents a DevUI resource for testing AI agents in a distributed application.
public class DevUIResource
{
public DevUIResource(
string name)
{
// ...
}
}
namestringThe name of the DevUI resource.
DevUI aggregates agents from multiple backend services and provides a unified web interface for testing and debugging AI agents using the OpenAI Responses protocol. The aggregator runs as an in-process reverse proxy within the AppHost, requiring no external container image.