Uses of Class
com.mulesoft.modules.agent.broker.internal.prompt.PromptBuilder
Packages that use PromptBuilder
-
Uses of PromptBuilder in com.mulesoft.modules.agent.broker.internal.prompt
Methods in com.mulesoft.modules.agent.broker.internal.prompt that return PromptBuilderModifier and TypeMethodDescriptionPromptBuilder.setConversationHistory(String conversationHistory) Sets the conversation history.PromptBuilder.setCurrentLoopIteration(Integer currentLoopIteration) Sets the current loop iteration.PromptBuilder.setGroundings(String groundings) PromptBuilder.setMaxLoops(Integer maxLoops) Sets the maximum number of loops.PromptBuilder.setTools(Collection<Tool> tools) Sets the available toolsPromptBuilder.setUserInstructions(String userInstructions) PromptBuilder.setUserPrompt(String userPrompt) Sets the user prompt.