Skip to content

Commit

Permalink
Remove obsolete function.
Browse files Browse the repository at this point in the history
  • Loading branch information
gperetin committed Jul 4, 2024
1 parent 4cc3834 commit 64e407d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions core/agents/developer.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,6 @@ async def breakdown_current_task(self) -> AgentResponse:
)
return AgentResponse.done(self)

async def get_external_docs(self):
# TODO: hook into external docs here
# TODO: make sure to add the docs both in current_state (so it can be used right)
# away in the task breakdown, and next_state, so it's stored in the database
pass

async def get_relevant_files(
self, user_feedback: Optional[str] = None, solution_description: Optional[str] = None
) -> AgentResponse:
Expand Down

0 comments on commit 64e407d

Please sign in to comment.