Class OpenClawAgentProfileConfig
Defines an agent configuration profile for processing routed messages.
public sealed class OpenClawAgentProfileConfig
- Inheritance
-
OpenClawAgentProfileConfig
- Inherited Members
Properties
MaxTurns
Maximum conversation turns before resetting.
public int MaxTurns { get; set; }
Property Value
Model
Model identifier (e.g., "claude-sonnet-4-5").
public string Model { get; set; }
Property Value
Provider
AI provider name (e.g., "claude-code", "copilot", "ollama").
public string Provider { get; set; }
Property Value
SystemPrompt
System prompt for the agent.
public string? SystemPrompt { get; set; }
Property Value
Tools
Tool categories enabled for this agent (e.g., "file", "web", "shell").
public IList<string> Tools { get; set; }