llmwire - v2.2.0
GitHub
npm
llms.txt
Preparing search index...
llmwire
ReasoningChunk
Interface ReasoningChunk
Thinking written since the previous chunk, when the model exposes it.
interface
ReasoningChunk
{
modelUsed
?:
string
;
text
:
string
;
type
:
"reasoning"
;
}
Index
Properties
model
Used?
text
type
Properties
Optional
model
Used
modelUsed
?:
string
text
text
:
string
type
type
:
"reasoning"
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...
Thinking written since the previous chunk, when the model exposes it.