콘텐츠로 이동

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.