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
Generic
The generic category of tools. Contains tools that are not part of any other category.
public const string Generic = "Generic"
Field Value
ImageGeneration
The image generation category of tools.
public const string ImageGeneration = "Image Generation"
Field Value
KnowledgeSearch
The knowledge search category of tools.
public const string KnowledgeSearch = "Knowledge Search"