From 2dc006e1fc19920992d408ad499c567a3ad22141 Mon Sep 17 00:00:00 2001
From: Silin <silin.gao@epfl.ch>
Date: Sun, 10 Dec 2023 07:36:04 +0000
Subject: [PATCH] Update prompt_agent.py

---
 agents/{prompt_agent.py => dummy_prompt_agent.py} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename agents/{prompt_agent.py => dummy_prompt_agent.py} (99%)

diff --git a/agents/prompt_agent.py b/agents/dummy_prompt_agent.py
similarity index 99%
rename from agents/prompt_agent.py
rename to agents/dummy_prompt_agent.py
index d40e4ee..9dc7596 100644
--- a/agents/prompt_agent.py
+++ b/agents/dummy_prompt_agent.py
@@ -63,4 +63,4 @@ class DummyPromptAgent(object):
                 "max_generated_tokens": [self.max_generated_token_per_call for _ in test_data],
                 "final_responses": api_responses # Can preprocess in between calls if needed.
             }
-        return response
\ No newline at end of file
+        return response
-- 
GitLab