(step: any)
| 276 | const allContext: StepAction[] = []; // all steps in the current session, including those leads to wrong results |
| 277 | |
| 278 | function updateContext(step: any) { |
| 279 | allContext.push(step) |
| 280 | } |
| 281 | |
| 282 | |
| 283 | function removeHTMLtags(text: string) { |