public class ChatFunctionCall extends Object implements Serializable
| Constructor and Description |
|---|
ChatFunctionCall(int index,
String id,
String name,
String argumentsStr,
Map<String,Object> arguments) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
arguments()
调用参数(字典型式)
|
String |
argumentsStr()
调用参数(字符串型式)
|
String |
id()
调用id(用于回传)
|
int |
index()
索引位(流式调用时)
|
String |
name()
函数名字
|
Copyright © 2025. All rights reserved.