async-bulkhead-llm - v3.17.0
GitHub
npm
Preparing search index...
index
TextContentBlock
Type Alias TextContentBlock
A text content block. The only block type that contributes to character-based token estimation.
type
TextContentBlock
=
{
text
:
string
;
type
:
"text"
;
}
Index
Properties
text
type
Properties
text
text
:
string
type
type
:
"text"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
text
type
GitHub
npm
async-bulkhead-llm - v3.17.0
Loading...
A text content block. The only block type that contributes to character-based token estimation.