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

com.arextest.web.model.contract.contracts.ai.GenReq Maven / Gradle / Ivy

The newest version!
package com.arextest.web.model.contract.contracts.ai;

import lombok.Data;

/**
 * @author: QizhengMo
 * @date: 2024/3/25 15:40
 */
@Data
public class GenReq {
  private String currentScript;
  private String requirement;

  private String apiRes;

  private String modelName;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy