Class DefaultsConfig
Provider and model defaults.
public sealed class DefaultsConfig
- Inheritance
-
DefaultsConfig
- Inherited Members
Properties
Model
Model identifier (e.g. "gpt-4o").
public string? Model { get; set; }
Property Value
Provider
Provider identifier (e.g. "openai", "azure").
public string? Provider { get; set; }
Property Value
Shell
Default shell command or alias for shell tool execution (e.g. "pwsh", "powershell", "cmd", "bash", or a custom template with {command}).
public string? Shell { get; set; }