Class AgentInvocationResultResponse.Invocation
java.lang.Object
com.flowable.agent.engine.impl.runtime.AgentInvocationResultResponse.Invocation
- Enclosing interface:
AgentInvocationResultResponse
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Durationprotected List<AgentInvocationResultResponse.Exchange> protected Longprotected Long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddResponse(String response) voidsetDuration(Duration duration) voidsetExchanges(List<AgentInvocationResultResponse.Exchange> exchanges) voidsetOutputTokenCount(Long outputTokenCount) voidsetPromptTokenCount(Long promptTokenCount)
-
Field Details
-
responses
-
exchanges
-
promptTokenCount
-
outputTokenCount
-
duration
-
-
Constructor Details
-
Invocation
public Invocation()
-
-
Method Details
-
getResponses
-
addResponse
-
getExchanges
-
addExchange
-
setExchanges
-
getPromptTokenCount
-
setPromptTokenCount
-
getOutputTokenCount
-
setOutputTokenCount
-
getDuration
-
setDuration
-