(driver: WebDriver, text: string)
| 446 | return; |
| 447 | } |
| 448 | |
| 449 | if (chatCall === 3 && options.thirdCompletionEvents !== undefined) { |
| 450 | sendSse(response, options.thirdCompletionEvents); |
| 451 | return; |
| 452 | } |
| 453 | |
| 454 | sendSse(response, [ |
| 455 | { |
| 456 | choices: [ |
| 457 | { |
| 458 | delta: { |
| 459 | content: `The selected tab HTML length is ${getToolResultHtmlLength(body)}.`, |
| 460 | }, |
| 461 | }, |
no test coverage detected