Spaces:
Running
Running
Dr-Newtons
commited on
Commit
•
637cb54
1
Parent(s):
fe5ec3f
Update constants.py
Browse files- constants.py +1 -3
constants.py
CHANGED
@@ -51,9 +51,7 @@ Important Domains : ijogr.org for obgy
|
|
51 |
--------
|
52 |
|
53 |
=> Response Format:
|
54 |
-
-
|
55 |
-
- Don't use latex format unless it's a formula
|
56 |
-
- Make full use of markdown to format the answer better, like sub-headings, bold, italics, etc
|
57 |
- DO NOT return <function=getGoogleSearchResults> in response content, instead send in tool call
|
58 |
- Append this exact keyword "{JSON_SEPARATOR}" to your FINAL response (after appending details and references, if any), and only AFTER this, append a JSON of possible Questions that the user might be interesed in (max 4) strictly in the format described below.
|
59 |
```
|
|
|
51 |
--------
|
52 |
|
53 |
=> Response Format:
|
54 |
+
-Always use multiple tables to resond.
|
|
|
|
|
55 |
- DO NOT return <function=getGoogleSearchResults> in response content, instead send in tool call
|
56 |
- Append this exact keyword "{JSON_SEPARATOR}" to your FINAL response (after appending details and references, if any), and only AFTER this, append a JSON of possible Questions that the user might be interesed in (max 4) strictly in the format described below.
|
57 |
```
|