Uses of Interface
org.bsc.langgraph4j.spring.ai.agent.ReactAgent.ChatService
Packages that use ReactAgent.ChatService
-
Uses of ReactAgent.ChatService in org.bsc.langgraph4j.spring.ai.agent
Method parameters in org.bsc.langgraph4j.spring.ai.agent with type arguments of type ReactAgent.ChatServiceModifier and TypeMethodDescriptionReactAgent.Builder.build(Function<ReactAgentBuilder<?, ?>, ReactAgent.ChatService> chatServiceFactory) Builds and returns a StateGraph with the specified configuration.abstract StateGraph<State>ReactAgentBuilder.build(Function<ReactAgentBuilder<?, ?>, ReactAgent.ChatService> chatServiceFactory) Constructors in org.bsc.langgraph4j.spring.ai.agent with parameters of type ReactAgent.ChatServiceModifierConstructorDescriptionCallModelAction(ReactAgent.ChatService chatService, boolean streaming) -
Uses of ReactAgent.ChatService in org.bsc.langgraph4j.spring.ai.agentexecutor
Method parameters in org.bsc.langgraph4j.spring.ai.agentexecutor with type arguments of type ReactAgent.ChatServiceModifier and TypeMethodDescriptionAgentExecutorEx.Builder.build(Function<ReactAgentBuilder<?, ?>, ReactAgent.ChatService> chatServiceFactory) Builds and returns a StateGraph with the specified configuration.