Class RunHandoffCallItem

java.lang.Object
ai.acolite.agentsdk.core.RunItemBase
ai.acolite.agentsdk.core.RunHandoffCallItem
All Implemented Interfaces:
RunItem, AgentInputItem

public class RunHandoffCallItem extends RunItemBase
RunHandoffCallItem

Represents a request to hand off conversation to another agent. Created when the LLM calls a handoff tool (e.g., transfer_to_).

Ported from TypeScript OpenAI Agents SDK Source: items.ts

  • Constructor Details

    • RunHandoffCallItem

      public RunHandoffCallItem()
  • Method Details

    • getTargetAgentName

      public String getTargetAgentName()
      Target agent name extracted from tool call