devchavda11 commited on
Commit
2c9b3ce
·
verified ·
1 Parent(s): f2c1ae6

Update src/chat_langraph.py

Browse files
Files changed (1) hide show
  1. 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
- Tone: concise, helpful, decisive.
 
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
  )