Class AgentOrchestrationSettings
- Namespace
 - FoundationaLLM.Common.Models.ResourceProviders.Agent
 
- Assembly
 - FoundationaLLM.Common.dll
 
Provides agent-related orchestration settings.
public class AgentOrchestrationSettings
  - Inheritance
 - 
      
      AgentOrchestrationSettings
 
- Inherited Members
 
- Extension Methods
 
Properties
AgentParameters
Dictionary with override values for the agent parameters.
For the list of supported keys, see AgentParametersKeys.
[JsonPropertyName("agent_parameters")]
public Dictionary<string, object>? AgentParameters { get; set; }
  Property Value
Orchestrator
The agent's LLM orchestrator type.
[JsonPropertyName("orchestrator")]
public string? Orchestrator { get; set; }