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)