Table of Contents

Class AgentToolCategories

Namespace
FoundationaLLM.Common.Constants.Agents
Assembly
FoundationaLLM.Common.dll

Provides the agent tool categories.

public static class AgentToolCategories
Inheritance
AgentToolCategories
Inherited Members

Fields

CodeInterpreter

The code interpreter category of tools.

public const string CodeInterpreter = "Code Interpreter"

Field Value

string

Generic

The generic category of tools. Contains tools that are not part of any other category.

public const string Generic = "Generic"

Field Value

string

ImageGeneration

The image generation category of tools.

public const string ImageGeneration = "Image Generation"

Field Value

string

KnowledgeSearch

The knowledge search category of tools.

public const string KnowledgeSearch = "Knowledge Search"

Field Value

string