Uses of Class
ai.vectros.types.ChatMessage
Packages that use ChatMessage
-
Uses of ChatMessage in ai.vectros.resources.inference.requests
Methods in ai.vectros.resources.inference.requests that return types with arguments of type ChatMessageMethods in ai.vectros.resources.inference.requests with parameters of type ChatMessageMethod parameters in ai.vectros.resources.inference.requests with type arguments of type ChatMessageModifier and TypeMethodDescriptionChatRequest.Builder.addAllMessages(List<ChatMessage> messages) ChatRequest.Builder.messages(List<ChatMessage> messages) The conversation history, in order. -
Uses of ChatMessage in ai.vectros.types
Methods in ai.vectros.types that return ChatMessageMethods in ai.vectros.types with parameters of type ChatMessageModifier and TypeMethodDescriptionChatMessage.Builder.from(ChatMessage other) ChatMessage.RoleStage.from(ChatMessage other)