Skip to main content

Tool

@codebolt/codeboltjs


Interface: Tool

Defined in: packages/codeboltjs/src/types/libFunctionTypes.ts:116

Represents a tool definition in OpenAI format

Properties

PropertyTypeDescriptionDefined in
function{ description?: string; name: string; parameters?: JSONSchema; }Function definitionpackages/codeboltjs/src/types/libFunctionTypes.ts:120
function.description?stringDescription of what the function doespackages/codeboltjs/src/types/libFunctionTypes.ts:124
function.namestringName of the functionpackages/codeboltjs/src/types/libFunctionTypes.ts:122
function.parameters?JSONSchemaJSON schema for the function parameterspackages/codeboltjs/src/types/libFunctionTypes.ts:126
type"function"The type of toolpackages/codeboltjs/src/types/libFunctionTypes.ts:118