Skip to content

com_cloudurable_jai_model_text_completion_chat_function

Rick Hightower edited this page Jul 16, 2023 · 1 revision

com.cloudurable.jai.model.text.completion.chat.function

class diagram

FunctionalCall

The FunctionalCall class represents a functional call in a chat system.

Parameter

The Parameter class represents a parameter in a chat system.

FunctionDef

The FunctionDef class represents a function in a chat system.

ArrayParameter

The ArrayParameter class is a subclass of the Parameter class. It represents a list parameter in a chat system.

ObjectParameter

The ObjectParameter class is a subclass of the Parameter class. It is used to represent an object parameter in a chat system.

EnumParameter

The EnumParameter class is a subclass of the Parameter class. It represents a parameter that takes on one of a fixed set of values, defined by an enum. This class provides methods for accessing and manipulating enum parameters.