Class AgentExchangePartReport

java.lang.Object
com.flowable.agent.engine.impl.report.AgentExchangePartReport

public class AgentExchangePartReport extends Object
A single content part of an AgentExchangeReport — e.g. system instructions, user instructions, response, tool call/result or output schema. content is the raw text (may be JSON).
  • Field Details

    • type

      protected String type
    • subType

      protected String subType
    • content

      protected String content
  • Constructor Details

    • AgentExchangePartReport

      public AgentExchangePartReport()
  • Method Details

    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getSubType

      public String getSubType()
    • setSubType

      public void setSubType(String subType)
    • getContent

      public String getContent()
    • setContent

      public void setContent(String content)