Skip to content

Commit 2b712ce

Browse files
chore: remove dead code
1 parent 6edea6a commit 2b712ce

File tree

1 file changed

+0
-10
lines changed
  • templates/components/multiagent/python/app/workflows

1 file changed

+0
-10
lines changed

templates/components/multiagent/python/app/workflows/tools.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,6 @@ async def acall(self, ctx: Context, input: Any) -> ToolOutput: # type: ignore
2424
pass
2525

2626

27-
class ResponseGenerator(BaseModel):
28-
"""
29-
A response generator from chat_with_tools.
30-
"""
31-
32-
generator: AsyncGenerator[ChatResponse | None, None]
33-
34-
model_config = ConfigDict(arbitrary_types_allowed=True)
35-
36-
3727
class ChatWithToolsResponse(BaseModel):
3828
"""
3929
A tool call response from chat_with_tools.

0 commit comments

Comments
 (0)