Uses of Class
net.thevpc.naru.model.ChatResponse
Packages that use ChatResponse
-
Uses of ChatResponse in net.thevpc.naru.model
Methods in net.thevpc.naru.model that return ChatResponseModifier and TypeMethodDescriptionModelProvider.chat(String model, List<ChatMessage> messages, List<ToolDefinition> tools) Send a chat request with optional tool definitions.OllamaProvider.chat(String model, List<ChatMessage> messages, List<ToolDefinition> tools)