DevUIResource Constructors
ClassConstructors1 member
Represents a DevUI resource for testing AI agents in a distributed application.
Constructor(string)Section titled Constructor(string) Represents a DevUI resource for testing AI agents in a distributed application.
public class DevUIResource{ public DevUIResource( string name) { // ... }}Parameters
namestringThe name of the DevUI resource.Remarks
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.