Spaces:
Running
Running
capital
Browse files
README.md
CHANGED
@@ -227,9 +227,9 @@ response = client.chat.completions.create(
|
|
227 |
```
|
228 |
|
229 |
The model's response will follow the format of:
|
230 |
-
-
|
231 |
-
-
|
232 |
-
-
|
233 |
```bash
|
234 |
<observation>The privacy consent banner has been successfully dismissed, allowing full access to the webpage. The search bar is visible, and the page is ready for interaction.</observation>
|
235 |
<thinking>The task of finding a vegetarian lasagna recipe has not yet been completed. I now have access to the search bar to begin searching for the recipe. I will type 'vegetarian lasagna' into the search bar and then click the search button to find relevant recipes.</thinking>
|
|
|
227 |
```
|
228 |
|
229 |
The model's response will follow the format of:
|
230 |
+
- Observe
|
231 |
+
- Think
|
232 |
+
- Act
|
233 |
```bash
|
234 |
<observation>The privacy consent banner has been successfully dismissed, allowing full access to the webpage. The search bar is visible, and the page is ready for interaction.</observation>
|
235 |
<thinking>The task of finding a vegetarian lasagna recipe has not yet been completed. I now have access to the search bar to begin searching for the recipe. I will type 'vegetarian lasagna' into the search bar and then click the search button to find relevant recipes.</thinking>
|