Skip to main content

Interface: AgentOSErrorChunk

Defined in: packages/agentos/src/api/types/AgentOSResponse.ts:140

Extends

Properties

code

code: string

Defined in: packages/agentos/src/api/types/AgentOSResponse.ts:142


details?

optional details: any

Defined in: packages/agentos/src/api/types/AgentOSResponse.ts:144


gmiInstanceId

gmiInstanceId: string

Defined in: packages/agentos/src/api/types/AgentOSResponse.ts:46

Inherited from

AgentOSResponseChunk.gmiInstanceId


isFinal

isFinal: boolean

Defined in: packages/agentos/src/api/types/AgentOSResponse.ts:48

Inherited from

AgentOSResponseChunk.isFinal


message

message: string

Defined in: packages/agentos/src/api/types/AgentOSResponse.ts:143


metadata?

optional metadata: Record<string, any>

Defined in: packages/agentos/src/api/types/AgentOSResponse.ts:50

Inherited from

AgentOSResponseChunk.metadata


personaId

personaId: string

Defined in: packages/agentos/src/api/types/AgentOSResponse.ts:47

Inherited from

AgentOSResponseChunk.personaId


streamId

streamId: string

Defined in: packages/agentos/src/api/types/AgentOSResponse.ts:45

Inherited from

AgentOSResponseChunk.streamId


timestamp

timestamp: string

Defined in: packages/agentos/src/api/types/AgentOSResponse.ts:49

Inherited from

AgentOSResponseChunk.timestamp


type

type: ERROR

Defined in: packages/agentos/src/api/types/AgentOSResponse.ts:141

Overrides

AgentOSResponseChunk.type