()
| 1031 | // versions of Langchain JS, which uses `name` and `arguments` |
| 1032 | Object.defineProperty(parsedToolCall, 'name', { |
| 1033 | get() { |
| 1034 | return this.type |
| 1035 | } |
| 1036 | }) |
| 1037 | |
| 1038 | Object.defineProperty(parsedToolCall, 'arguments', { |
no outgoing calls
no test coverage detected