mahreenfathima commited on
Commit
d739c8e
·
verified ·
1 Parent(s): 17e8417

Update client.py

Browse files
Files changed (1) hide show
  1. client.py +2 -1
client.py CHANGED
@@ -170,7 +170,8 @@ async def my_graph():
170
  - Extract the "data" field from each tool's response and pass it to the next tool
171
  - After llm_as_judge completes, return both the HF URL and evaluation report
172
  - Keep the user informed of progress at each step
173
- - If a step takes time, do not stay idle. Inform users about short interesting facts
 
174
  - Report any errors clearly
175
  - Do not mention internal data structures or file paths"""
176
 
 
170
  - Extract the "data" field from each tool's response and pass it to the next tool
171
  - After llm_as_judge completes, return both the HF URL and evaluation report
172
  - Keep the user informed of progress at each step
173
+ - If a step takes time, do not stay idle. Inform users about short interesting facts about Modal, Unsloth, Gemini, Gradio , HuggingFace and MCP, do not repeat them.
174
+ - Try to add atleast 1 new fact every 10 seconds.
175
  - Report any errors clearly
176
  - Do not mention internal data structures or file paths"""
177