Class AgentInvocationTimelineResponse
java.lang.Object
com.flowable.platform.service.agent.AgentInvocationTimelineResponse
Response object representing a single invocation within an agent instance timeline.
An invocation represents a complete interaction cycle with the agent.
- Author:
- Filip Hrisafov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()voidsetEndTime(Instant endTime) voidsetExchanges(List<AgentExchangeTimelineResponse> exchanges) voidvoidsetOperationKey(String operationKey) voidsetOutputTokenCount(Integer outputTokenCount) voidsetPromptTokenCount(Integer promptTokenCount) voidsetStartTime(Instant startTime)
-
Field Details
-
id
-
startTime
-
endTime
-
operationKey
-
promptTokenCount
-
outputTokenCount
-
exchanges
-
-
Constructor Details
-
AgentInvocationTimelineResponse
public AgentInvocationTimelineResponse()
-
-
Method Details
-
getId
-
setId
-
getStartTime
-
setStartTime
-
getEndTime
-
setEndTime
-
getOperationKey
-
setOperationKey
-
getPromptTokenCount
-
setPromptTokenCount
-
getOutputTokenCount
-
setOutputTokenCount
-
getExchanges
-
setExchanges
-