Skip to content

Function: toolsetToOpenAIFunctions()

Makaio Framework


Makaio Framework / tools-core / toolsetToOpenAIFunctions

toolsetToOpenAIFunctions(toolset): OpenAIFunctionDefinition[]

Defined in: ../../../tools/core/src/export.ts:166

Converts all tools in a Toolset to OpenAI function format.

Toolset

Makaio toolset

OpenAIFunctionDefinition[]

Array of OpenAI-compatible function definitions

const openAIFunctions = toolsetToOpenAIFunctions(filesystemToolset);
// Returns array of OpenAI function definitions for all tools in the toolset