File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,10 +49,6 @@ agent:
4949 3. Directory or environment variable changes are not persistent. Every action is executed in a new subshell.
5050 However, you can prefix Any action with `MY_ENV_VAR=MY_VALUE cd /path/to/working/dir && ...` or write/load environment variables from files
5151
52- <system_information>
53- {{system}} {{release}} {{version}} {{machine}} {{processor}}
54- </system_information>
55-
5652 ## Formatting your response
5753
5854 Here is an example of a correct response:
@@ -79,12 +75,6 @@ agent:
7975
8076 ### Edit files with sed:
8177
82- {%- if system == "Darwin" -%}
83- <important>
84- You are on MacOS. For all the below examples, you need to use `sed -i ''` instead of `sed -i`.
85- </important>
86- {%- endif -%}
87-
8878 ```bash
8979 # Replace all occurrences
9080 sed -i 's/old_string/new_string/g' filename.py
You can’t perform that action at this time.
0 commit comments