ToolCallJudgeExpectedTool
ToolCallJudgeExpectedTool =
string| {arguments?:unknown;name:string; }
Expected tool-call shape accepted by ToolCallJudge().
Example
Section titled “Example”const expectedTools: ToolCallJudgeExpectedTool[] = [ "lookupInvoice", { name: "createRefund", arguments: { invoiceId: "inv_123" } },];