VeryMadSoul commited on
Commit
4d25ece
·
verified ·
1 Parent(s): bea6f91

Update verify2.py

Browse files
Files changed (1) hide show
  1. verify2.py +1 -1
verify2.py CHANGED
@@ -235,7 +235,7 @@ def fix_err(xmi, err , model, max_tokens = 2000):
235
  "content": [
236
  {
237
  "type": "text",
238
- "text": " \n Fix the following error: " +str(err)+"\n in the following xmi :\n" + xmi+"\n \n Output only the code ." #NLD #description + "\nConvert to XMI:\n" + NLD #WHen tryin to add the description
239
  }
240
  ]
241
  }
 
235
  "content": [
236
  {
237
  "type": "text",
238
+ "text": " \n Fix the following error: " +str(err)+"\n in the following xmi :\n" + xmi+"\n \n Output only the code, \n NB : the error Invalid tag name '<cyfunction Comment at 0x7f31e4eab510> refers to the <!-- --> tags ." #NLD #description + "\nConvert to XMI:\n" + NLD #WHen tryin to add the description
239
  }
240
  ]
241
  }