Class DelegationResponseContent

Response Content created when an Agent delegates a prompt to another agent. Contains agent id, delegated prompt, and the response.

Implements

Constructors

Properties

Methods

Constructors

Properties

agentId: string

The id of the agent to whom the task was delegated

kind: string = 'AgentDelegation'
prompt: string

The prompt that was delegated

The response from the delegated agent

Methods