Skip to main content

Interface: AgentOSToolCallRequestChunk

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

Extends

Properties

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


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


rationale?

optional rationale: string

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


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


toolCalls

toolCalls: ToolCallRequest[]

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


type

type: TOOL_CALL_REQUEST

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

Overrides

AgentOSResponseChunk.type