Class ChatFunctionCall
- java.lang.Object
-
- com.volcengine.ark.runtime.model.completion.chat.ChatFunctionCall
-
public class ChatFunctionCall extends Object
-
-
Constructor Summary
Constructors Constructor Description ChatFunctionCall()ChatFunctionCall(String name, String arguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetArguments()StringgetName()voidsetArguments(String arguments)voidsetName(String name)StringtoString()
-