Package com.longbridge.agent
Class SubagentOutputs
- java.lang.Object
-
- com.longbridge.agent.SubagentOutputs
-
public class SubagentOutputs extends Object
Theoutputssub-object of aSubagentFinishedEvent.
-
-
Constructor Summary
Constructors Constructor Description SubagentOutputs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGoal()Returns the goal that was assigned to the subagent.StringgetResult()Returns the subagent's result.String[]getSubagentTools()Returns the timeline of tool calls the subagent made, each as JSON text.StringtoString()
-
-
-
Method Detail
-
getGoal
public String getGoal()
Returns the goal that was assigned to the subagent.- Returns:
- the goal that was assigned to the subagent, or
null
-
getResult
public String getResult()
Returns the subagent's result.- Returns:
- the subagent's result, or
null
-
getSubagentTools
public String[] getSubagentTools()
Returns the timeline of tool calls the subagent made, each as JSON text.- Returns:
- timeline of tool calls the subagent made
-
-