public class ChatFunctionCall extends Object implements Serializable
| Constructor and Description |
|---|
ChatFunctionCall(String id,
String name,
Map<String,Object> arguments) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
arguments()
调用参数
|
String |
id()
调用id(用于回传)
|
String |
name()
函数名字
|
Copyright © 2025. All rights reserved.