AgentOS
About
Features
Blog
API Docs
Guides
Get Started
@framers/agentos
GMIOutputChunk
Interface GMIOutputChunk
Represents a chunk of output streamed from the GMI during turn processing. GMIOutputChunk
interface
GMIOutputChunk
{
type
:
GMIOutputChunkType
;
content
:
any
;
chunkId
?:
string
;
interactionId
:
string
;
timestamp
:
Date
;
isFinal
?:
boolean
;
finishReason
?:
string
;
usage
?:
ModelUsage
;
errorDetails
?:
any
;
metadata
?:
Record
<
string
,
any
>
;
}
Index
Properties
type
content
chunk
Id?
interaction
Id
timestamp
is
Final?
finish
Reason?
usage?
error
Details?
metadata?
Properties
type
type
:
GMIOutputChunkType
content
content
:
any
Optional
chunk
Id
chunk
Id
?:
string
interaction
Id
interaction
Id
:
string
timestamp
timestamp
:
Date
Optional
is
Final
is
Final
?:
boolean
Optional
finish
Reason
finish
Reason
?:
string
Optional
usage
usage
?:
ModelUsage
Optional
error
Details
error
Details
?:
any
Optional
metadata
metadata
?:
Record
<
string
,
any
>
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
type
content
chunk
Id
interaction
Id
timestamp
is
Final
finish
Reason
usage
error
Details
metadata
Architecture
Changelog
Planning Engine
Human-in-the-Loop
Agent Communication
Evaluation Framework
@framers/agentos - v1.0.1
Loading...
Represents a chunk of output streamed from the GMI during turn processing. GMIOutputChunk