langchain.js
Preparing search index...
@langchain/community
vectorstores/googlevertexai
IdDocumentInput
Interface IdDocumentInput
Allows us to create IdDocument classes that contain the ID.
interface
IdDocumentInput
{
id
?:
string
;
}
Hierarchy (
View Summary
)
BaseDynamicToolInput
IdDocumentInput
Implemented by
IdDocument
Index
Properties
id?
Properties
Optional
id
id
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
langchain.js
Loading...
Allows us to create IdDocument classes that contain the ID.