prthm11 commited on
Commit
450b241
·
verified ·
1 Parent(s): 50c4a75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -225,8 +225,8 @@ If you receive an invalid or incomplete JSON response, fix it by:
225
 
226
  Remember: Your output must be valid JSON only, ready to be parsed without errors.
227
  """
228
- debugger and resolver agent for Scratch 3.0
229
- Main agent of the system agent for Scratch 3.0
230
  agent = create_react_agent(
231
  model=llm,
232
  tools=[], # No specific tools are defined here, but could be added later
 
225
 
226
  Remember: Your output must be valid JSON only, ready to be parsed without errors.
227
  """
228
+ # debugger and resolver agent for Scratch 3.0
229
+ # Main agent of the system agent for Scratch 3.0
230
  agent = create_react_agent(
231
  model=llm,
232
  tools=[], # No specific tools are defined here, but could be added later