Skip to content

ToolNamespaceOptions

type ToolNamespaceOptions<TTools> = object;
Type Parameter Default type

TTools extends readonly AnyFunctionTool[]

readonly AnyFunctionTool[]

description: string;

Description shared by all tools in the namespace.


name: string;

The namespace name to expose to the model.


tools: TTools;

Function tools to attach to the namespace.