Table of Contents

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

string

AgentFileToolAssociations

Agent file tool associations.

public const string AgentFileToolAssociations = "agentFileToolAssociations"

Field Value

string

AgentFiles

Agent files.

public const string AgentFiles = "agentFiles"

Field Value

string

Agents

Agents.

public const string Agents = "agents"

Field Value

string

Tools

Tools.

public const string Tools = "tools"

Field Value

string

Workflows

Workflows.

public const string Workflows = "workflows"

Field Value

string