From 2b712cebec77ff6bb2aa68ef93e3c589edc07cd4 Mon Sep 17 00:00:00 2001
From: Marcus Schiesser <mail@marcusschiesser.de>
Date: Thu, 7 Nov 2024 10:13:47 +0800
Subject: [PATCH] chore: remove dead code

---
 .../multiagent/python/app/workflows/tools.py           | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/templates/components/multiagent/python/app/workflows/tools.py b/templates/components/multiagent/python/app/workflows/tools.py
index b42c3161..75058c49 100644
--- a/templates/components/multiagent/python/app/workflows/tools.py
+++ b/templates/components/multiagent/python/app/workflows/tools.py
@@ -24,16 +24,6 @@ class ContextAwareTool(FunctionTool, ABC):
         pass
 
 
-class ResponseGenerator(BaseModel):
-    """
-    A response generator from chat_with_tools.
-    """
-
-    generator: AsyncGenerator[ChatResponse | None, None]
-
-    model_config = ConfigDict(arbitrary_types_allowed=True)
-
-
 class ChatWithToolsResponse(BaseModel):
     """
     A tool call response from chat_with_tools.
-- 
GitLab