Interface: GMIOutputChunk
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:270
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:273
content
content:
any
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:272
errorDetails?
optionalerrorDetails:any
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:279
finishReason?
optionalfinishReason:string
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:277
interactionId
interactionId:
string
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:274
isFinal?
optionalisFinal:boolean
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:276
metadata?
optionalmetadata:Record<string,any>
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:280
timestamp
timestamp:
Date
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:275
type
type:
GMIOutputChunkType
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:271
usage?
optionalusage:ModelUsage
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:278