v0.3
v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js
LangChain.js
@langchain/core
utils/testing
ToolSpec
Interface ToolSpec
Minimal shape actually needed by
bindTools
interface
ToolSpec
{
description
?:
string
;
name
:
string
;
schema
:
Record
<
string
,
unknown
>
|
ZodTypeAny
;
}
Index
Properties
description?
name
schema
Properties
Optional
description
description
?:
string
name
name
:
string
schema
schema
:
Record
<
string
,
unknown
>
|
ZodTypeAny
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
name
schema
LangChain.js
Loading...
Minimal shape actually needed by
bindTools