Class GatewayConfig
- Namespace
- JD.AI.Gateway.Config
- Assembly
- JD.AI.Gateway.dll
public sealed class GatewayConfig
- Inheritance
-
GatewayConfig
- Inherited Members
-
Properties
Agents
public IList<AgentDefinition> Agents { get; set; }
Property Value
- IList<AgentDefinition>
Auth
public AuthConfig Auth { get; set; }
Property Value
- AuthConfig
Channels
public IList<ChannelConfig> Channels { get; set; }
Property Value
- IList<ChannelConfig>
EventBus
public EventBusConfig EventBus { get; set; }
Property Value
- EventBusConfig
OpenClaw
public OpenClawGatewayConfig OpenClaw { get; set; }
Property Value
- OpenClawGatewayConfig
Providers
public IList<ProviderConfig> Providers { get; set; }
Property Value
- IList<ProviderConfig>
RateLimit
public RateLimitConfig RateLimit { get; set; }
Property Value
- RateLimitConfig
Routing
public RoutingConfig Routing { get; set; }
Property Value
- RoutingConfig
Server
public ServerConfig Server { get; set; }
Property Value
- ServerConfig
SessionCleanup
public SessionCleanupConfig SessionCleanup { get; set; }
Property Value
- SessionCleanupConfig
Telemetry
public TelemetryGatewayConfig Telemetry { get; set; }
Property Value
- TelemetryGatewayConfig