コンテンツにスキップ

ToolCaller

このコンテンツはまだ日本語訳がありません。

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