Task#
- class langchain_experimental.autonomous_agents.hugginggpt.task_executor.Task(task: str, id: int, dep: List[int], args: Dict, tool: BaseTool)[source]#
Task to be executed.
Methods
- Parameters:
task (str) β
id (int) β
dep (List[int]) β
args (Dict) β
tool (BaseTool) β