Skip to main content

AgentStreamToolApprovalPayload

Agent Runtimes


Agent Runtimes / types/stream / AgentStreamToolApprovalPayload

Interface: AgentStreamToolApprovalPayload

Defined in: types/stream.ts:26

Properties

agent_id?

optional agent_id?: string

Defined in: types/stream.ts:28


created_at?

optional created_at?: string

Defined in: types/stream.ts:34


id

id: string

Defined in: types/stream.ts:27


note?

optional note?: string | null

Defined in: types/stream.ts:33


pod_name?

optional pod_name?: string

Defined in: types/stream.ts:29


status?

optional status?: string

Defined in: types/stream.ts:32


tool_args?

optional tool_args?: Record<string, unknown>

Defined in: types/stream.ts:31


tool_name

tool_name: string

Defined in: types/stream.ts:30


updated_at?

optional updated_at?: string

Defined in: types/stream.ts:35