Table of Contents

Class OpenClawChannelConfig

Namespace
JD.AI.Gateway.Config
Assembly
JD.AI.Gateway.dll

Per-OpenClaw-channel routing config (maps to OpenClawChannelRouteConfig).

public sealed class OpenClawChannelConfig
Inheritance
OpenClawChannelConfig
Inherited Members

Properties

AgentId

public string? AgentId { get; set; }

Property Value

string

CommandPrefix

public string? CommandPrefix { get; set; }

Property Value

string

Mode

public string Mode { get; set; }

Property Value

string

SystemPrompt

public string? SystemPrompt { get; set; }

Property Value

string

TriggerPattern

public string? TriggerPattern { get; set; }

Property Value

string