跳转到内容

ToolCaller

此内容尚不支持你的语言。

type ToolCaller =
| {
type: "direct";
}
| {
callerId: string;
type: "program";
};