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) Constructor parameters in org.bsc.langgraph4j.spring.ai.agent with type arguments of type ReactAgent.ChatServiceModifierConstructorDescriptionCallModelAction(Function<ReactAgentBuilder<?, ?>, ReactAgent.ChatService> chatServiceFactory, ReactAgentBuilder<?, ?> builder) -
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 TypeMethodDescriptionAgentExecutor.Builder.build(Function<ReactAgentBuilder<?, ?>, ReactAgent.ChatService> chatServiceFactory) AgentExecutorEx.Builder.build(Function<ReactAgentBuilder<?, ?>, ReactAgent.ChatService> chatServiceFactory) Builds and returns a StateGraph with the specified configuration.