Interface: GMIOutputChunk
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:241
Represents a chunk of output streamed from the GMI during turn processing. GMIOutputChunk
Properties
chunkId?
optionalchunkId:string
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:244
content
content:
any
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:243
errorDetails?
optionalerrorDetails:any
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:250
finishReason?
optionalfinishReason:string
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:248
interactionId
interactionId:
string
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:245
isFinal?
optionalisFinal:boolean
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:247
metadata?
optionalmetadata:Record<string,any>
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:251
timestamp
timestamp:
Date
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:246
type
type:
GMIOutputChunkType
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:242
usage?
optionalusage:ModelUsage
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:249