| Package | Description |
|---|---|
| com.volcengine.ark.runtime.model.completion.chat |
| Modifier and Type | Method and Description |
|---|---|
ChatFunctionCall |
ChatToolCall.getFunction() |
ChatFunctionCall |
ChatMessage.getFunctionCall() |
| Modifier and Type | Method and Description |
|---|---|
ChatMessage.Builder |
ChatMessage.Builder.functionCall(ChatFunctionCall functionCall) |
void |
ChatToolCall.setFunction(ChatFunctionCall function) |
void |
ChatMessage.setFunctionCall(ChatFunctionCall functionCall) |
| Constructor and Description |
|---|
ChatToolCall(String id,
String type,
ChatFunctionCall function) |
Copyright © 2024. All rights reserved.