public class DeltaForBatchChatCompletionsOutput extends Object
| Constructor and Description |
|---|
DeltaForBatchChatCompletionsOutput() |
| Modifier and Type | Method and Description |
|---|---|
DeltaForBatchChatCompletionsOutput |
addToolCallsItem(ToolCallForBatchChatCompletionsOutput toolCallsItem) |
DeltaForBatchChatCompletionsOutput |
content(String content) |
boolean |
equals(Object o) |
String |
getContent()
Get content
|
String |
getRole()
Get role
|
@Valid List<ToolCallForBatchChatCompletionsOutput> |
getToolCalls()
Get toolCalls
|
int |
hashCode() |
DeltaForBatchChatCompletionsOutput |
role(String role) |
void |
setContent(String content) |
void |
setRole(String role) |
void |
setToolCalls(List<ToolCallForBatchChatCompletionsOutput> toolCalls) |
DeltaForBatchChatCompletionsOutput |
toolCalls(List<ToolCallForBatchChatCompletionsOutput> toolCalls) |
String |
toString() |
public DeltaForBatchChatCompletionsOutput content(String content)
public String getContent()
public void setContent(String content)
public DeltaForBatchChatCompletionsOutput role(String role)
public String getRole()
public void setRole(String role)
public DeltaForBatchChatCompletionsOutput toolCalls(List<ToolCallForBatchChatCompletionsOutput> toolCalls)
public DeltaForBatchChatCompletionsOutput addToolCallsItem(ToolCallForBatchChatCompletionsOutput toolCallsItem)
@Valid public @Valid List<ToolCallForBatchChatCompletionsOutput> getToolCalls()
public void setToolCalls(List<ToolCallForBatchChatCompletionsOutput> toolCalls)
Copyright © 2025. All rights reserved.