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
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"