public static final class ChatCompletionContentPart.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ChatCompletionContentPart |
build() |
ChatCompletionContentPart.Builder |
content(String content) |
ChatCompletionContentPart.Builder |
imageUrl(ChatCompletionContentPart.ChatCompletionContentPartImageURL imageUrl) |
ChatCompletionContentPart.Builder |
text(String text) |
ChatCompletionContentPart.Builder |
type(String type) |
public ChatCompletionContentPart.Builder type(String type)
public ChatCompletionContentPart.Builder content(String content)
public ChatCompletionContentPart.Builder text(String text)
public ChatCompletionContentPart.Builder imageUrl(ChatCompletionContentPart.ChatCompletionContentPartImageURL imageUrl)
public ChatCompletionContentPart build()
Copyright © 2025. All rights reserved.