Skip to content
Docs Try Aspire
Docs Try

DevUIResource Constructors

Class Constructors 1 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)
{
// ...
}
}
name string The 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.