Skip to content
Snippets Groups Projects
Commit 2b712ceb authored by Marcus Schiesser's avatar Marcus Schiesser
Browse files

chore: remove dead code

parent 6edea6af
No related branches found
No related tags found
No related merge requests found
...@@ -24,16 +24,6 @@ class ContextAwareTool(FunctionTool, ABC): ...@@ -24,16 +24,6 @@ class ContextAwareTool(FunctionTool, ABC):
pass 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): class ChatWithToolsResponse(BaseModel):
""" """
A tool call response from chat_with_tools. A tool call response from chat_with_tools.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment