Interface: GMIOutputChunk
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:264
Represents a chunk of output streamed from the GMI during turn processing.
Interface
GMIOutputChunk
Properties
chunkId?
optionalchunkId:string
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:267
content
content:
any
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:266
errorDetails?
optionalerrorDetails:any
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:273
finishReason?
optionalfinishReason:string
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:271
interactionId
interactionId:
string
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:268
isFinal?
optionalisFinal:boolean
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:270
metadata?
optionalmetadata:Record<string,any>
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:274
timestamp
timestamp:
Date
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:269
type
type:
GMIOutputChunkType
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:265
usage?
optionalusage:ModelUsage
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:272