public class ChatTool extends Object
| Constructor and Description |
|---|
ChatTool() |
ChatTool(String type,
ChatFunction function) |
| Modifier and Type | Method and Description |
|---|---|
ChatFunction |
getFunction() |
String |
getType() |
void |
setFunction(ChatFunction function) |
void |
setType(String type) |
String |
toString() |
public ChatTool(String type, ChatFunction function)
public ChatTool()
public String getType()
public void setType(String type)
public ChatFunction getFunction()
public void setFunction(ChatFunction function)
Copyright © 2025. All rights reserved.