public class ChatFunctionCall extends Object
| Constructor and Description |
|---|
ChatFunctionCall() |
ChatFunctionCall(String name,
String arguments) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArguments() |
String |
getName() |
void |
setArguments(String arguments) |
void |
setName(String name) |
String |
toString() |
Copyright © 2024. All rights reserved.