Class AgentInvocationResultResponse.Exchange
java.lang.Object
com.flowable.agent.engine.impl.runtime.AgentInvocationResultResponse.Exchange
- Enclosing interface:
AgentInvocationResultResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidgetParts()getType()voidsetDuration(Duration duration) voidsetEndTime(Instant endTime) voidsetOutputTokenCount(Long outputTokenCount) voidvoidsetPromptTokenCount(Long promptTokenCount) voidsetStartTime(Instant startTime) voidsetSubType(String subType) void
-
Field Details
-
type
-
subType
-
startTime
-
endTime
-
duration
-
promptTokenCount
-
outputTokenCount
-
parts
-
-
Constructor Details
-
Exchange
-
Exchange
public Exchange(String type, String subType, FlowableSpringChatClientObservationContext.ObservationExchange exchange)
-
-
Method Details
-
getType
-
setType
-
getSubType
-
setSubType
-
getStartTime
-
setStartTime
-
getEndTime
-
setEndTime
-
getDuration
-
setDuration
-
getPromptTokenCount
-
setPromptTokenCount
-
getOutputTokenCount
-
setOutputTokenCount
-
getParts
-
addPart
-
addPart
-
setParts
-