v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js - v0.2.15
LangChain.js
langchain-openai
OpenAIClient
Beta
Threads
Messages
TextContentBlockParam
Interface TextContentBlockParam
The text content that is part of a message.
interface
TextContentBlockParam
{
text
:
string
;
type
:
"text"
;
}
Index
Properties
text
type
Properties
text
text
:
string
Text content to be sent to the model
type
type
:
"text"
Always
text
.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
text
type
LangChain.js - v0.2.15
Loading...
The text content that is part of a message.