Neutrome SDK reference
Preparing search index...
lilsdk-ts/src/stream
ObservedExecution
Type Alias ObservedExecution
ObservedExecution
:
|
{
emittedText
:
boolean
;
mode
:
"text"
;
transcript
:
string
}
|
{
chunks
:
Program
[]
;
emittedText
:
boolean
;
mode
:
"tool"
;
transcript
:
string
;
}
What a stream turned out to be: plain text, or a tool request.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Neutrome SDK reference
Loading...
What a stream turned out to be: plain text, or a tool request.