Class AgentResourceTypeNames
- Namespace
 - FoundationaLLM.Common.Constants.ResourceProviders
 
- Assembly
 - FoundationaLLM.Common.dll
 
Contains constants of the names of the resource types managed by the FoundationaLLM.Agent resource provider.
public class AgentResourceTypeNames
  - Inheritance
 - 
      
      AgentResourceTypeNames
 
- Inherited Members
 
- Extension Methods
 
Fields
AgentAccessTokens
Agent access tokens.
public const string AgentAccessTokens = "agentAccessTokens"
  Field Value
AgentFileToolAssociations
Agent file tool associations.
public const string AgentFileToolAssociations = "agentFileToolAssociations"
  Field Value
AgentFiles
Agent files.
public const string AgentFiles = "agentFiles"
  Field Value
AgentTemplates
Agent templates.
public const string AgentTemplates = "agentTemplates"
  Field Value
Agents
Agents.
public const string Agents = "agents"
  Field Value
Tools
Tools.
public const string Tools = "tools"
  Field Value
Workflows
Workflows.
public const string Workflows = "workflows"