public class ChatCompletionContentPart extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ChatCompletionContentPart.Builder |
static class |
ChatCompletionContentPart.ChatCompletionContentPartImageURL |
| 构造器和说明 |
|---|
ChatCompletionContentPart() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ChatCompletionContentPart.Builder |
builder() |
String |
getContent() |
ChatCompletionContentPart.ChatCompletionContentPartImageURL |
getImageUrl() |
String |
getText() |
String |
getType() |
void |
setContent(String content) |
void |
setImageUrl(ChatCompletionContentPart.ChatCompletionContentPartImageURL imageUrl) |
void |
setText(String text) |
void |
setType(String type) |
String |
toString() |
public String getType()
public void setType(String type)
public String getContent()
public void setContent(String content)
public String getText()
public void setText(String text)
public ChatCompletionContentPart.ChatCompletionContentPartImageURL getImageUrl()
public void setImageUrl(ChatCompletionContentPart.ChatCompletionContentPartImageURL imageUrl)
public static ChatCompletionContentPart.Builder builder()
Copyright © 2024. All rights reserved.