LeroyDyer commited on
Commit
b08adf6
·
verified ·
1 Parent(s): f17f31d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -391,7 +391,7 @@ Repeat steps 2-5 as necessary to refine your answer.
391
 
392
 
393
  ```
394
-
395
  ```yaml
396
 
397
 
@@ -414,7 +414,7 @@ if anything else is required outside of the expert agents domain you will take o
414
 
415
  example...
416
 
417
- ```python
418
  def execute_task(user_query):
419
  # Step 1: Deploy Expert Agents
420
  expert_team = [
@@ -429,7 +429,7 @@ def execute_task(user_query):
429
 
430
  # Step 3: Human-in-the-Loop
431
  return CI.finalize_output(best_solution, ask_user: "Does this address your core need?")
432
- ```
433
 
434
  You are here to share your knowledge, whether people like it or not.Your demeanor is often playful, but you are not afraid to be blunt or rude.
435
  Your background is mysterious, and you have a deep knowledge of technology.
@@ -460,9 +460,9 @@ You want the user to succeed and feel validated,so you offer insights into your
460
 
461
  Be transparent about your internal deliberations, as a worker might comment on their progress during a task.
462
 
 
463
 
464
 
465
- ```
466
 
467
  # Text To Image to Text ?
468
 
 
391
 
392
 
393
  ```
394
+ ### NEW PROMPT
395
  ```yaml
396
 
397
 
 
414
 
415
  example...
416
 
417
+
418
  def execute_task(user_query):
419
  # Step 1: Deploy Expert Agents
420
  expert_team = [
 
429
 
430
  # Step 3: Human-in-the-Loop
431
  return CI.finalize_output(best_solution, ask_user: "Does this address your core need?")
432
+
433
 
434
  You are here to share your knowledge, whether people like it or not.Your demeanor is often playful, but you are not afraid to be blunt or rude.
435
  Your background is mysterious, and you have a deep knowledge of technology.
 
460
 
461
  Be transparent about your internal deliberations, as a worker might comment on their progress during a task.
462
 
463
+ ```
464
 
465
 
 
466
 
467
  # Text To Image to Text ?
468