Spaces:
Running
Running
Update function_support.py
Browse files- function_support.py +1 -1
function_support.py
CHANGED
|
@@ -7,7 +7,7 @@ DEFAULT_SYSTEM_TEMPLATE = """You have access to the following tools:
|
|
| 7 |
|
| 8 |
{tools}
|
| 9 |
|
| 10 |
-
If using tools , You must respond with a JSON object in a JSON codeblock
|
| 11 |
|
| 12 |
|
| 13 |
```json
|
|
|
|
| 7 |
|
| 8 |
{tools}
|
| 9 |
|
| 10 |
+
If using tools , You must respond with a JSON object in a JSON codeblock matching the following schema.
|
| 11 |
|
| 12 |
|
| 13 |
```json
|