public static class ChatCompletionRequest.ChatCompletionRequestResponseFormat extends Object
| Constructor and Description |
|---|
ChatCompletionRequestResponseFormat(String type) |
ChatCompletionRequestResponseFormat(String type,
Object schema) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
getSchema() |
String |
getType() |
void |
setSchema(com.fasterxml.jackson.databind.JsonNode schema) |
void |
setType(String type) |
public ChatCompletionRequestResponseFormat(String type)
Copyright © 2025. All rights reserved.