Table of Contents

Class GatewayConfigModel

Namespace
JD.AI.Dashboard.Wasm.Models
Assembly
JD.AI.Dashboard.Wasm.dll

Full gateway config matching Gateway:Config section shape.

public sealed class GatewayConfigModel
Inheritance
GatewayConfigModel
Inherited Members

Properties

Agents

public IList<AgentDefinition> Agents { get; set; }

Property Value

IList<AgentDefinition>

Auth

public AuthConfigModel Auth { get; set; }

Property Value

AuthConfigModel

Channels

public IList<ChannelConfigModel> Channels { get; set; }

Property Value

IList<ChannelConfigModel>

OpenClaw

public OpenClawConfigModel OpenClaw { get; set; }

Property Value

OpenClawConfigModel

Providers

public IList<ProviderConfigModel> Providers { get; set; }

Property Value

IList<ProviderConfigModel>

RateLimit

public RateLimitConfigModel RateLimit { get; set; }

Property Value

RateLimitConfigModel

Routing

public RoutingConfigModel Routing { get; set; }

Property Value

RoutingConfigModel

Server

public ServerConfigModel Server { get; set; }

Property Value

ServerConfigModel