Uses of Class
net.thevpc.naru.model.ChatMessage
Packages that use ChatMessage
-
Uses of ChatMessage in net.thevpc.naru.agent
Methods in net.thevpc.naru.agent with parameters of type ChatMessageModifier and TypeMethodDescriptionvoidSessionContext.addMessage(ChatMessage assistantMsg) voidSessionContext.setLastResult(ChatMessage lastResult) -
Uses of ChatMessage in net.thevpc.naru.model
Methods in net.thevpc.naru.model that return ChatMessageModifier and TypeMethodDescriptionstatic ChatMessagestatic ChatMessageChatMessage.assistantWithToolCalls(String content, List<ToolCall> calls) ChatResponse.getMessage()static ChatMessagestatic ChatMessagestatic ChatMessagestatic ChatMessageChatMessage.userWithImages(String content, List<String> base64Images) Methods in net.thevpc.naru.model with parameters of type ChatMessageMethod parameters in net.thevpc.naru.model with type arguments of type ChatMessageModifier 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) Constructors in net.thevpc.naru.model with parameters of type ChatMessage