| { | |
| "type": "extension", | |
| "name": "interrupt_detector_python", | |
| "version": "0.1.0", | |
| "dependencies": [ | |
| { | |
| "type": "system", | |
| "name": "ten_runtime_python", | |
| "version": "0.8" | |
| } | |
| ], | |
| "api": { | |
| "data_in": [ | |
| { | |
| "name": "text_data", | |
| "property": { | |
| "text": { | |
| "type": "string" | |
| }, | |
| "is_final": { | |
| "type": "bool" | |
| } | |
| } | |
| } | |
| ], | |
| "cmd_out": [ | |
| { | |
| "name": "flush" | |
| } | |
| ], | |
| "data_out": [ | |
| { | |
| "name": "text_data", | |
| "property": { | |
| "text": { | |
| "type": "string" | |
| }, | |
| "is_final": { | |
| "type": "bool" | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| } |