Uses of Interface
org.bsc.spring.agentexecutor.ChatService
Packages that use ChatService
-
Uses of ChatService in org.bsc.spring
Classes in org.bsc.spring that implement ChatServiceModifier and TypeClassDescriptionclass
Service class that uses theChatClient
and theSpringAIToolService
to execute an LLM request.class
Constructors in org.bsc.spring with parameters of type ChatService -
Uses of ChatService in org.bsc.spring.agentexecutor
Methods in org.bsc.spring.agentexecutor with parameters of type ChatServiceModifier and TypeMethodDescriptionAgentExecutor.callAgent
(AgentExecutor.State state, ChatService chatService) Calls an agent with the given state.AgentExecutor.Builder.chatService
(ChatService chatService)