Package ai.acolite.agentsdk.core
Class RunHandoffOutputItem
java.lang.Object
ai.acolite.agentsdk.core.RunItemBase
ai.acolite.agentsdk.core.RunHandoffOutputItem
- All Implemented Interfaces:
RunItem,AgentInputItem
RunHandoffOutputItem
Represents the result of an agent handoff. Created after a successful handoff execution, contains both source and target agents.
Ported from TypeScript OpenAI Agents SDK Source: items.ts
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet source agent nameGet target agent name
-
Constructor Details
-
RunHandoffOutputItem
public RunHandoffOutputItem()
-
-
Method Details
-
getFromAgent
Get source agent name -
getToAgent
Get target agent name
-