Class AgentExchangePartTimelineResponse
java.lang.Object
com.flowable.platform.service.agent.AgentExchangePartTimelineResponse
Response object representing a part of an exchange.
A part represents a specific piece of content within an exchange (e.g., input, output, tool call, arguments).
- Author:
- Filip Hrisafov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getType()voidsetContent(String content) voidvoidsetInvocationSequence(Integer invocationSequence) voidsetSubType(String subType) void
-
Field Details
-
id
-
type
-
subType
-
-
invocationSequence
-
-
Constructor Details
-
AgentExchangePartTimelineResponse
public AgentExchangePartTimelineResponse()
-
-
Method Details
-
getId
-
setId
-
getType
-
setType
-
getSubType
-
setSubType
-
getContent
-
setContent
-
getInvocationSequence
-
setInvocationSequence
-