Skip to main content

ToolDetails

@codebolt/codeboltjs


Interface: ToolDetails

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

Details about a tool to be executed

Properties

PropertyTypeDescriptionDefined in
toolInputRecord<string, unknown>Input parameters for the toolpackages/codeboltjs/src/types/libFunctionTypes.ts:227
toolNamestringThe name of the tool to executepackages/codeboltjs/src/types/libFunctionTypes.ts:225
toolUseIdstringUnique ID for this tool use instancepackages/codeboltjs/src/types/libFunctionTypes.ts:229