(m: Array<UIMessage<TTools>>)
| 215 | const stop = () => client.stop() |
| 216 | const clear = () => client.clear() |
| 217 | const setMessages = (m: Array<UIMessage<TTools>>) => |
| 218 | client.setMessagesManually(m) |
| 219 | const addToolResult = async (result: { |
| 220 | toolCallId: string |
| 221 | tool: string |
no test coverage detected