Class SubagentOutputs

    • Constructor Detail

      • SubagentOutputs

        public SubagentOutputs()
    • 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