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

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

There is a newer version: 1.18.2
Show newest version
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