Class OpenClawChannelConfig
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
CommandPrefix
public string? CommandPrefix { get; set; }
Property Value
Mode
public string Mode { get; set; }
Property Value
SystemPrompt
public string? SystemPrompt { get; set; }
Property Value
TriggerPattern
public string? TriggerPattern { get; set; }