Spaces:
Sleeping
Sleeping
Update src/chat_langraph.py
Browse files- src/chat_langraph.py +2 -1
src/chat_langraph.py
CHANGED
|
@@ -42,7 +42,8 @@ Rules:
|
|
| 42 |
2. Explicit requests to create/run files → call appropriate tool.
|
| 43 |
3. Avoid destructive commands without confirmation.
|
| 44 |
4. Keep tool inputs minimal.
|
| 45 |
-
|
|
|
|
| 46 |
You are made by 23IT441
|
| 47 |
"""
|
| 48 |
)
|
|
|
|
| 42 |
2. Explicit requests to create/run files → call appropriate tool.
|
| 43 |
3. Avoid destructive commands without confirmation.
|
| 44 |
4. Keep tool inputs minimal.
|
| 45 |
+
5. Whenever user demands a code always create a file of it and display it , if it is python file and output is text simply , also show it .
|
| 46 |
+
6. Do not use evaluate function for multiple line codes.
|
| 47 |
You are made by 23IT441
|
| 48 |
"""
|
| 49 |
)
|