Package ai.acolite.agentsdk.core
Class RunHandoffCallItem
java.lang.Object
ai.acolite.agentsdk.core.RunItemBase
ai.acolite.agentsdk.core.RunHandoffCallItem
- All Implemented Interfaces:
RunItem,AgentInputItem
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionTarget agent name extracted from tool call
-
Constructor Details
-
RunHandoffCallItem
public RunHandoffCallItem()
-
-
Method Details
-
getTargetAgentName
Target agent name extracted from tool call
-