InvokeAgentInvocationsApiRoutineAction interface

Dispatches a routine through the raw invocations API. Exactly one of agent_name or agent_endpoint_id must be provided.

Extends

Properties

agent_endpoint_id

Legacy endpoint-scoped agent identifier for routine dispatch.

agent_name

The project-scoped agent name for routine dispatch.

input

Static JSON value sent as the complete downstream input when the routine fires. The value is passed through as-is; no templating is applied.

session_id

An optional existing hosted-agent session identifier to continue during the downstream dispatch.

type

The action type.

Property Details

agent_endpoint_id

Legacy endpoint-scoped agent identifier for routine dispatch.

agent_endpoint_id?: string

Property Value

string

agent_name

The project-scoped agent name for routine dispatch.

agent_name?: string

Property Value

string

input

Static JSON value sent as the complete downstream input when the routine fires. The value is passed through as-is; no templating is applied.

input?: any

Property Value

any

session_id

An optional existing hosted-agent session identifier to continue during the downstream dispatch.

session_id?: string

Property Value

string

type

The action type.

type: "invoke_agent_invocations_api"

Property Value

"invoke_agent_invocations_api"