Class AgentToolNames
- Namespace
 - FoundationaLLM.Common.Constants.Agents
 
- Assembly
 - FoundationaLLM.Common.dll
 
Registry of built-in tool names.
public static class AgentToolNames
  - Inheritance
 - 
      
      AgentToolNames
 
- Inherited Members
 
Fields
DALLEImageGenerationTool
Name of the built-in tool for DALL-E image generation.
public const string DALLEImageGenerationTool = "DALLEImageGeneration"
  Field Value
FoundationaLLMCodeInterpreterTool
The name of the FoundationaLLM code interpreter tool.
public const string FoundationaLLMCodeInterpreterTool = "Code"
  Field Value
FoundationaLLMKnowledgeSearchTool
The name of the FoundationaLLM knowledge search tool.
public const string FoundationaLLMKnowledgeSearchTool = "Knowledge"
  Field Value
OpenAIAssistantsCodeInterpreterTool
Name of the built-in tool for the OpenAI Assistants Code Interpreter.
public const string OpenAIAssistantsCodeInterpreterTool = "OpenAIAssistantsCodeInterpreter"
  Field Value
OpenAIAssistantsFileSearchTool
Name of the built-in tool OpenAIAssistantsFileSearch.
public const string OpenAIAssistantsFileSearchTool = "OpenAIAssistantsFileSearch"