Skip to content

ToolCaller

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