public static class ChatCompletionRequest.ChatCompletionRequestResponseFormat extends Object
| Constructor and Description |
|---|
ChatCompletionRequestResponseFormat(String type) |
ChatCompletionRequestResponseFormat(String type,
ResponseFormatJSONSchemaJSONSchemaParam jsonSchema) |
| Modifier and Type | Method and Description |
|---|---|
ResponseFormatJSONSchemaJSONSchemaParam |
getJsonSchema() |
String |
getType() |
void |
setJsonSchema(ResponseFormatJSONSchemaJSONSchemaParam jsonSchema) |
void |
setType(String type) |
public ChatCompletionRequestResponseFormat(String type)
public ChatCompletionRequestResponseFormat(String type, ResponseFormatJSONSchemaJSONSchemaParam jsonSchema)
public String getType()
public void setType(String type)
public ResponseFormatJSONSchemaJSONSchemaParam getJsonSchema()
public void setJsonSchema(ResponseFormatJSONSchemaJSONSchemaParam jsonSchema)
Copyright © 2025. All rights reserved.