github.com/GuanceCloud/cliutils@v1.1.21/pipeline/ptinput/funcs/md/drop_origin_data.en.md (about) 1 ### `drop_origin_data()` {#fn-drop-origin-data} 2 3 Function prototype: `fn drop_origin_data()` 4 5 Function description: Discard the initial text, otherwise the initial text is placed in the message field 6 7 Example: 8 9 ```python 10 # input data: {"age": 17, "name": "zhangsan", "height": 180} 11 12 # delete message field 13 drop_origin_data() 14 ```