llmwire - v2.2.0
GitHub
npm
llms.txt
Preparing search index...
llmwire
TextChunk
Interface TextChunk
What was written since the previous chunk, never the whole answer so far.
interface
TextChunk
{
modelUsed
?:
string
;
text
:
string
;
type
:
"text"
;
}
Index
Properties
model
Used?
text
type
Properties
Optional
model
Used
modelUsed
?:
string
text
text
:
string
type
type
:
"text"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
model
Used
text
type
GitHub
npm
llms.txt
llmwire - v2.2.0
Loading...
What was written since the previous chunk, never the whole answer so far.