Class ChatRequest
-
- All Implemented Interfaces:
public class ChatRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classChatRequest.Builder
-
Method Summary
Modifier and Type Method Description List<ChatMessage>messages()ChatRequestParametersparameters()List<ToolSpecification>toolSpecifications()ResponseFormatresponseFormat()booleanequals(Object o)inthashCode()StringtoString()static ChatRequest.Builderbuilder()-
-
Method Detail
-
messages
List<ChatMessage> messages()
-
parameters
ChatRequestParameters parameters()
-
toolSpecifications
@Deprecated(forRemoval = true) List<ToolSpecification> toolSpecifications()
-
responseFormat
@Deprecated(forRemoval = true) ResponseFormat responseFormat()
-
hashCode
int hashCode()
-
builder
static ChatRequest.Builder builder()
-
-
-
-