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