ape-linux 0.3.1__tar.gz → 0.3.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ape_linux-0.3.1 → ape_linux-0.3.2}/PKG-INFO +1 -1
- {ape_linux-0.3.1 → ape_linux-0.3.2}/ape_linux.py +13 -1
- {ape_linux-0.3.1 → ape_linux-0.3.2}/pyproject.toml +1 -1
- {ape_linux-0.3.1 → ape_linux-0.3.2}/uv.lock +1 -1
- {ape_linux-0.3.1 → ape_linux-0.3.2}/.github/workflows/publish.yaml +0 -0
- {ape_linux-0.3.1 → ape_linux-0.3.2}/.github/workflows/tests.yaml +0 -0
- {ape_linux-0.3.1 → ape_linux-0.3.2}/.gitignore +0 -0
- {ape_linux-0.3.1 → ape_linux-0.3.2}/.python-version +0 -0
- {ape_linux-0.3.1 → ape_linux-0.3.2}/LICENSE +0 -0
- {ape_linux-0.3.1 → ape_linux-0.3.2}/Makefile +0 -0
- {ape_linux-0.3.1 → ape_linux-0.3.2}/README.md +0 -0
- {ape_linux-0.3.1 → ape_linux-0.3.2}/tests/test_app.py +0 -0
|
@@ -96,7 +96,19 @@ def main(
|
|
|
96
96
|
Answer: echo "Please try again."
|
|
97
97
|
|
|
98
98
|
Question: Tell me a story
|
|
99
|
-
Answer: echo "Please try again
|
|
99
|
+
Answer: echo "Please try again.
|
|
100
|
+
|
|
101
|
+
It is important that you do not output commands enclosed in ``` ``` Markdown blocks. For example,
|
|
102
|
+
|
|
103
|
+
```sh
|
|
104
|
+
cd projects
|
|
105
|
+
ls
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
is not allowed. Instead, your output should be a command that is to be entered directly into the command line. For the example above: cd projects && ls
|
|
109
|
+
|
|
110
|
+
You are also allowed to use \\ for command continuation.
|
|
111
|
+
\"""" # noqa: E501
|
|
100
112
|
|
|
101
113
|
user_prompt = f"""\
|
|
102
114
|
Question: {query.strip()}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|