Theia API Documentation v1.65.0
    Preparing search index...

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

    Implements

    Index

    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