```diff
--- test_files/174-original.txt	2025-03-07 19:06:29
+++ test_files/174-modified.txt	2025-03-07 19:06:29
@@ -6,13 +6,6 @@
 from langchain_openai import ChatOpenAI
 
 
-CONFIG_FILE_PATH = "./task_config.yaml"
-
-# Path of the current script
-script_path = Path(__file__).resolve()
-script_dir = script_path.parent
-task_config_path = script_dir / Path(CONFIG_FILE_PATH)
-
 task_data = ""
 
 composio_toolset = ComposioToolSet()
@@ -42,7 +35,7 @@
     )
 
     task = Task(
-        description="Can you tell me in which file enums are stored? for repo samparkai/composio. ",
+        description="Can you tell me in which file enums are stored? for repo composiohq/composio. ",
         agent=agent_1,
         expected_output="Name of the file",
     )
```
