Class OpenClawChannelRouteConfig
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
CommandPrefix
Command prefix that triggers JD.AI in Sidecar mode (e.g., "/jdai").
public string? CommandPrefix { get; set; }
Property Value
Mode
Routing mode for this channel.
public OpenClawRoutingMode Mode { get; set; }
Property Value
SystemPrompt
Optional system prompt override for the agent.
public string? SystemPrompt { get; set; }
Property Value
TriggerPattern
Regex pattern that triggers JD.AI in Sidecar mode.
public string? TriggerPattern { get; set; }