Package org.bsc.spring
Class OllamaChatService
java.lang.Object
org.bsc.spring.OllamaChatService
- All Implemented Interfaces:
ChatService
Service class that uses the
ChatClient
and
the SpringAIToolService
to execute an LLM request.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOllamaChatService
(List<org.springframework.ai.tool.ToolCallback> agentFunctions) -
Method Summary
-
Field Details
-
tools
-
-
Constructor Details
-
OllamaChatService
-
-
Method Details
-
tools
- Specified by:
tools
in interfaceChatService
-
execute
public org.springframework.ai.chat.model.ChatResponse execute(List<org.springframework.ai.chat.messages.Message> messages) - Specified by:
execute
in interfaceChatService
-