(page: Page, toolName: string)
| 120 | } |
| 121 | |
| 122 | export async function approveToolCall(page: Page, toolName: string) { |
| 123 | await page.getByTestId(`approve-button-${toolName}`).click() |
| 124 | } |
| 125 | |
| 126 | export async function denyToolCall(page: Page, toolName: string) { |
| 127 | await page.getByTestId(`deny-button-${toolName}`).click() |