Class AgentCapabilityRequest
- Namespace
 - FoundationaLLM.Common.Models.Gateway
 
- Assembly
 - FoundationaLLM.Common.dll
 
Provides the details required to create an agent capability.
public class AgentCapabilityRequest
  - Inheritance
 - 
      
      AgentCapabilityRequest
 
- Inherited Members
 
- Extension Methods
 
Properties
CapabilityCategory
The category of the capability.
public required string CapabilityCategory { get; set; }
  Property Value
CapabilityName
The name of the capability to be created.
public required string CapabilityName { get; set; }
  Property Value
Parameters
The dictionary of parameter values used to create the capability.
public required Dictionary<string, object> Parameters { get; set; }