Class LLMToolResponseBuilder

java.lang.Object
org.mule.weave.extension.api.llm.tools.LLMToolResponseBuilder

public class LLMToolResponseBuilder extends Object
Builder for LLMToolResponse.

This class provides a fluent API to construct LLMToolResponse instances. It allows for incrementally adding messages and setting the success status. By default, a new builder instance will have a success status of true and an empty list of messages.

See Also: