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

com.litongjava.openai.chat.ChatRequestFunctionProperty Maven / Gradle / Ivy

The newest version!
package com.litongjava.openai.chat;

import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;

@Data
@AllArgsConstructor
@NoArgsConstructor
public class ChatRequestFunctionProperty {
  private String type;
  private String description;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy