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

FoundationaLLMCodeInterpreterTool

The name of the FoundationaLLM code interpreter tool.

public const string FoundationaLLMCodeInterpreterTool = "Code"

Field Value

string

FoundationaLLMKnowledgeSearchTool

The name of the FoundationaLLM knowledge search tool.

public const string FoundationaLLMKnowledgeSearchTool = "Knowledge"

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