Interface: AgentOSToolResultEmissionChunk
Defined in: packages/agentos/src/api/types/AgentOSResponse.ts:91
Extends
Properties
errorMessage?
optionalerrorMessage:string
Defined in: packages/agentos/src/api/types/AgentOSResponse.ts:97
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
isSuccess
isSuccess:
boolean
Defined in: packages/agentos/src/api/types/AgentOSResponse.ts:96
metadata?
optionalmetadata:Record<string,any>
Defined in: packages/agentos/src/api/types/AgentOSResponse.ts:50
Inherited from
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
timestamp
timestamp:
string
Defined in: packages/agentos/src/api/types/AgentOSResponse.ts:49
Inherited from
AgentOSResponseChunk.timestamp
toolCallId
toolCallId:
string
Defined in: packages/agentos/src/api/types/AgentOSResponse.ts:93
toolName
toolName:
string
Defined in: packages/agentos/src/api/types/AgentOSResponse.ts:94
toolResult
toolResult:
any
Defined in: packages/agentos/src/api/types/AgentOSResponse.ts:95
type
type:
TOOL_RESULT_EMISSION
Defined in: packages/agentos/src/api/types/AgentOSResponse.ts:92