v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js - v0.2.14
LangChain.js
langchain-openai
OpenAIClient
Beta
Threads
Messages
Message
Attachment
Interface Attachment
interface
Attachment
{
file_id
?:
string
;
tools
?:
(
CodeInterpreterTool
|
AssistantToolsFileSearchTypeOnly
)
[]
;
}
Index
Properties
file_
id?
tools?
Properties
Optional
file_
id
file_
id
?:
string
The ID of the file to attach to the message.
Optional
tools
tools
?:
(
CodeInterpreterTool
|
AssistantToolsFileSearchTypeOnly
)
[]
The tools to add this file to.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
file_
id
tools
LangChain.js - v0.2.14
Loading...
The ID of the file to attach to the message.