Interface ChatService

All Known Implementing Classes:
OllamaChatService, OpenAIChatService

public interface ChatService
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.ai.chat.model.ChatResponse
    execute(List<org.springframework.ai.chat.messages.Message> messages)
     
    List<org.springframework.ai.tool.ToolCallback>
     
  • Method Details

    • execute

      org.springframework.ai.chat.model.ChatResponse execute(List<org.springframework.ai.chat.messages.Message> messages)
    • tools

      List<org.springframework.ai.tool.ToolCallback> tools()