Class AgentExchangePartReport
java.lang.Object
com.flowable.agent.engine.impl.report.AgentExchangePartReport
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()voidsetContent(String content) voidsetSubType(String subType) void
-
Field Details
-
type
-
subType
-
-
-
Constructor Details
-
AgentExchangePartReport
public AgentExchangePartReport()
-
-
Method Details
-
getType
-
setType
-
getSubType
-
setSubType
-
getContent
-
setContent
-