Update README.md
Browse files
README.md
CHANGED
|
@@ -355,7 +355,7 @@ Returns:
|
|
| 355 |
<question>
|
| 356 |
Make a GET request for the URL parameter using variable_2. For the params parameter, use 'weight' as one of the keys with variable_3 as its value, and 'width' as another key with a value of 10. For the data parameter, use variable_1. Prefix the URL with the base URL, and ensure the response is in raw format.
|
| 357 |
</question>
|
| 358 |
-
<
|
| 359 |
"""
|
| 360 |
```
|
| 361 |
|
|
|
|
| 355 |
<question>
|
| 356 |
Make a GET request for the URL parameter using variable_2. For the params parameter, use 'weight' as one of the keys with variable_3 as its value, and 'width' as another key with a value of 10. For the data parameter, use variable_1. Prefix the URL with the base URL, and ensure the response is in raw format.
|
| 357 |
</question>
|
| 358 |
+
<function_call>
|
| 359 |
"""
|
| 360 |
```
|
| 361 |
|