跳转到内容

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.