(message)
| 31 | |
| 32 | const data = new SharedArray('conversations', function () { |
| 33 | const tokenizer = (message) => message.split(/[\s,'".?]/) |
| 34 | |
| 35 | return JSON.parse(open(dataset_path)) |
| 36 | // Filter out the conversations with less than 2 turns. |
no outgoing calls
no test coverage detected