Class LLMOutput
java.lang.Object
com.mulesoft.modules.agent.broker.internal.state.model.LLMOutput
- All Implemented Interfaces:
HasInternalReasoning,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanvoidsetInternalReasoning(String internalReasoning)
-
Constructor Details
-
LLMOutput
-
-
Method Details
-
getResult
-
getReasoning
-
isAdditionalInputRequired
public boolean isAdditionalInputRequired() -
isGoalComplete
public boolean isGoalComplete() -
isGoalFailed
public boolean isGoalFailed() -
setInternalReasoning
-
internalReasoning
- Specified by:
internalReasoningin interfaceHasInternalReasoning
-