nativeToolRegistry
VoltAgent Service / tools/nativeToolRegistry
tools/nativeToolRegistry
Type Aliases
SerializedTool
SerializedTool =
object
Defined in: tools/nativeToolRegistry.ts:67
Serialized tool configuration from database or JSON
Properties
name?
optionalname:string
Defined in: tools/nativeToolRegistry.ts:68
toolName?
optionaltoolName:string
Defined in: tools/nativeToolRegistry.ts:69
Functions
rehydrateTool()
rehydrateTool(
toolConfig):Tool<ToolSchema,undefined>
Defined in: tools/nativeToolRegistry.ts:135
Parameters
toolConfig
Returns
Tool<ToolSchema, undefined>
rehydrateTools()
rehydrateTools(
toolConfigs):Tool<ToolSchema,undefined>[]
Defined in: tools/nativeToolRegistry.ts:153
Parameters
toolConfigs
Returns
Tool<ToolSchema, undefined>[]