Table of Contents

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

string

OpenAIAssistantsCodeInterpreterTool

Name of the built-in tool for the OpenAI Assistants Code Interpreter.

public const string OpenAIAssistantsCodeInterpreterTool = "OpenAIAssistantsCodeInterpreter"

Field Value

string

OpenAIAssistantsFileSearchTool

Name of the built-in tool OpenAIAssistantsFileSearch.

public const string OpenAIAssistantsFileSearchTool = "OpenAIAssistantsFileSearch"

Field Value

string