ToolNamespaceOptions
이 콘텐츠는 아직 번역되지 않았습니다.
type ToolNamespaceOptions<TTools> = object;Type Parameters
Section titled “Type Parameters”| Type Parameter | Default type |
|---|---|
|
|
readonly |
Properties
Section titled “Properties”description
Section titled “description”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.