Table of Contents

Class ToolNames

Namespace
FoundationaLLM.Common.Models.ResourceProviders.Agent
Assembly
FoundationaLLM.Common.dll

Registry of built-in tool names.

public static class ToolNames
Inheritance
ToolNames
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