Skip to content

Commit

Permalink
update report
Browse files Browse the repository at this point in the history
  • Loading branch information
qingzhong1 committed Jan 10, 2024
1 parent 8626e7c commit fc0e092
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,7 @@ async def run(self, query: str):
agent=self, tool=self.task_planning_tool, input_args=query
)
# Generate Sub-Queries including original query
sub_queries = await self.task_planning_tool(
question=query, agent_role_prompt=self.role, context=""
)
sub_queries = await self.task_planning_tool(question=query, agent_role_prompt=self.role)
await self._callback_manager.on_tool_end(
self, tool=self.task_planning_tool, response=sub_queries
)
Expand Down

0 comments on commit fc0e092

Please sign in to comment.