Uses of Class
com.volcengine.ark.runtime.model.completion.chat.ResponseFormatJSONSchemaJSONSchemaParam
-
Packages that use ResponseFormatJSONSchemaJSONSchemaParam Package Description com.volcengine.ark.runtime.model.completion.chat -
-
Uses of ResponseFormatJSONSchemaJSONSchemaParam in com.volcengine.ark.runtime.model.completion.chat
Methods in com.volcengine.ark.runtime.model.completion.chat that return ResponseFormatJSONSchemaJSONSchemaParam Modifier and Type Method Description ResponseFormatJSONSchemaJSONSchemaParamChatCompletionRequest.ChatCompletionRequestResponseFormat. getJsonSchema()Methods in com.volcengine.ark.runtime.model.completion.chat with parameters of type ResponseFormatJSONSchemaJSONSchemaParam Modifier and Type Method Description voidChatCompletionRequest.ChatCompletionRequestResponseFormat. setJsonSchema(ResponseFormatJSONSchemaJSONSchemaParam jsonSchema)Constructors in com.volcengine.ark.runtime.model.completion.chat with parameters of type ResponseFormatJSONSchemaJSONSchemaParam Constructor Description ChatCompletionRequestResponseFormat(String type, ResponseFormatJSONSchemaJSONSchemaParam jsonSchema)
-