Interface: GMIOutputChunk
Defined in: packages/agentos/src/cognition/substrate/IGMI.ts:277
Represents a chunk of output streamed from the GMI during turn processing.
Interface
GMIOutputChunk
Properties
chunkId?
optionalchunkId:string
Defined in: packages/agentos/src/cognition/substrate/IGMI.ts:280
content
content:
any
Defined in: packages/agentos/src/cognition/substrate/IGMI.ts:279
errorDetails?
optionalerrorDetails:any
Defined in: packages/agentos/src/cognition/substrate/IGMI.ts:286
finishReason?
optionalfinishReason:string
Defined in: packages/agentos/src/cognition/substrate/IGMI.ts:284
interactionId
interactionId:
string
Defined in: packages/agentos/src/cognition/substrate/IGMI.ts:281
isFinal?
optionalisFinal:boolean
Defined in: packages/agentos/src/cognition/substrate/IGMI.ts:283
metadata?
optionalmetadata:Record<string,any>
Defined in: packages/agentos/src/cognition/substrate/IGMI.ts:287
timestamp
timestamp:
Date
Defined in: packages/agentos/src/cognition/substrate/IGMI.ts:282
type
type:
GMIOutputChunkType
Defined in: packages/agentos/src/cognition/substrate/IGMI.ts:278
usage?
optionalusage:ModelUsage
Defined in: packages/agentos/src/cognition/substrate/IGMI.ts:285