All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.xlrit.gears.plugin.chatgpt.ChatGptBasedOn Maven / Gradle / Ivy

package com.xlrit.gears.plugin.chatgpt;

import java.util.List;

import com.cjcrafter.openai.chat.ChatMessage;

public record ChatGptBasedOn(String subject, List history) {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy