Skip to content

Commit 5623b62

Browse files
committed
change the prompt in readme
1 parent b3f4d7f commit 5623b62

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,25 +26,26 @@ Given a function body `f` as a string of code tokens (including special tokens s
2626
```
2727
======== Analysing test_files/test_code_add.py =========
2828
29-
Function "add" with Docstring """sums two numbers and returns the result"""
30-
Do they match?
29+
30+
>>> Function "add" with Dcostring """sums two numbers and returns the result"""
31+
>>> Do they match?
3132
Yes
3233
```
3334

3435
```
3536
======== Analysing test_files/test_code_add.py =========
3637
37-
Function "return_all_even" with Docstring """numbers that are not really odd"""
38-
Do they match?
38+
>>> Function "return_all_even" with Dcostring """numbers that are not really odd"""
39+
>>> Do they match?
3940
Yes
4041
4142
```
4243

4344
```
4445
======== Analysing test_files/inner_dir/test_code_get.py =========
4546
46-
Function "get_file" with Docstring """opens a url"""
47-
Do they match?
47+
>>> Function "get_file" with Dcostring """opens a url"""
48+
>>> Do they match?
4849
No
4950
5051
```
@@ -133,20 +134,20 @@ A prompt will appear to confirm the model location. Once you confirm that then t
133134
======== Analysing test_files/test_code_add.py =========
134135
135136
136-
Function "add" with Dcostring """sums two numbers and returns the result"""
137-
Do they match?
137+
>>> Function "add" with Dcostring """sums two numbers and returns the result"""
138+
>>> Do they match?
138139
Yes
139140
******************************************************************
140-
Function "return_all_even" with Dcostring """numbers that are not really odd"""
141-
Do they match?
141+
>>> Function "return_all_even" with Dcostring """numbers that are not really odd"""
142+
>>> Do they match?
142143
Yes
143144
******************************************************************
144145
145146
======== Analysing test_files/inner_dir/test_code_get.py =========
146147
147148
148-
Function "get_file" with Dcostring """opens a url"""
149-
Do they match?
149+
>>> Function "get_file" with Dcostring """opens a url"""
150+
>>> Do they match?
150151
No
151152
******************************************************************
152153
```

0 commit comments

Comments
 (0)