Uses of Class
org.bsc.langgraph4j.langchain4j.generators.LLMStreamingGenerator.Builder
Packages that use LLMStreamingGenerator.Builder
-
Uses of LLMStreamingGenerator.Builder in org.bsc.langgraph4j.langchain4j.generators
Methods in org.bsc.langgraph4j.langchain4j.generators that return LLMStreamingGenerator.BuilderModifier and TypeMethodDescriptionstatic <T,State extends AgentState>
LLMStreamingGenerator.Builder<T,State> LLMStreamingGenerator.builder()Deprecated.Creates a new Builder instance for LLMStreamingGenerator.LLMStreamingGenerator.Builder.mapResult(Function<dev.langchain4j.model.output.Response<T>, Map<String, Object>> mapResult) Sets the mapping function for the builder.LLMStreamingGenerator.Builder.queue(BlockingQueue<org.bsc.async.AsyncGenerator.Data<StreamingOutput<State>>> queue) Sets the queue for the builder.LLMStreamingGenerator.Builder.startingNode(String node) Sets the starting node for the builder.LLMStreamingGenerator.Builder.startingState(State state) Sets the starting state for the builder.