Table of Contents

Class DefaultsConfig

Namespace
JD.AI.Core.Config
Assembly
JD.AI.Core.dll

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

string

Provider

Provider identifier (e.g. "openai", "azure").

public string? Provider { get; set; }

Property Value

string

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; }

Property Value

string