Table of Contents

Class OpenClawChannelRouteConfig

Namespace
JD.AI.Channels.OpenClaw.Routing
Assembly
JD.AI.Channels.OpenClaw.dll

Routing configuration for a specific OpenClaw channel.

public sealed class OpenClawChannelRouteConfig
Inheritance
OpenClawChannelRouteConfig
Inherited Members

Properties

AgentProfile

Name of the agent profile to use (references AgentProfiles).

public string AgentProfile { get; set; }

Property Value

string

CommandPrefix

Command prefix that triggers JD.AI in Sidecar mode (e.g., "/jdai").

public string? CommandPrefix { get; set; }

Property Value

string

Mode

Routing mode for this channel.

public OpenClawRoutingMode Mode { get; set; }

Property Value

OpenClawRoutingMode

SystemPrompt

Optional system prompt override for the agent.

public string? SystemPrompt { get; set; }

Property Value

string

TriggerPattern

Regex pattern that triggers JD.AI in Sidecar mode.

public string? TriggerPattern { get; set; }

Property Value

string