Class LLMStreamingGenerator.Builder<T,State extends AgentState>

java.lang.Object
org.bsc.langgraph4j.langchain4j.generators.LLMStreamingGenerator.Builder<T,State>
Type Parameters:
T - the type of the data being processed
State - the type of the state extending AgentState
Enclosing class:
LLMStreamingGenerator<T,State extends AgentState>

public static class LLMStreamingGenerator.Builder<T,State extends AgentState> extends Object
Builder class for constructing instances of LLMStreamingGenerator.