PythonAgentOut: |- The return code should be like ```Python ``` BatchEditOut: |- You should return a edition that applies to multiple files in a workspace in JSON. Except for the model file, other files should not be renamed. Files that do not need to be modified do not need to be included in the returned dict. For example: Inject the code into the folder. Your file name should always contain the suffix. Your file name keys should be unique to avoid delete or replace conflicts. { : "", // indicate writing into (create new file or replace existing file) {% if with_del %} : "__DEL__" // indicate removing file name2. When we want to replace a file to a new one, we usually use this {% else %} (optional): "" // indicate writing into (create new file or replace existing file) {% endif %} }