Class Iteration
java.lang.Object
com.mulesoft.modules.agent.broker.internal.state.model.Iteration
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidsetLlmOutput(LLMOutput llmOutput) voidsetToolResponse(ToolResponse toolResponse) voidsetToolSelection(ToolSelection toolSelection) voidsetUserPrompt(String userPrompt)
-
Constructor Details
-
Iteration
public Iteration(int number)
-
-
Method Details
-
getNumber
public int getNumber() -
getUserPrompt
-
setUserPrompt
-
getLlmOutput
-
setLlmOutput
-
getToolSelection
-
setToolSelection
-
getToolResponse
-
setToolResponse
-