nysthee commited on
Commit
6c28c1c
·
verified ·
1 Parent(s): 2fc270a

Update unit2/llama-index/workflows.ipynb

Browse files
Files changed (1) hide show
  1. unit2/llama-index/workflows.ipynb +1 -1
unit2/llama-index/workflows.ipynb CHANGED
@@ -333,7 +333,7 @@
333
  ],
334
  "source": [
335
  "from llama_index.llms.huggingface_api import HuggingFaceInferenceAPI\n",
336
- "from llama_index.core.agent.workflow import AgentWorkflow\n",
337
  "\n",
338
  "# Define some tools\n",
339
  "def add(a: int, b: int) -> int:\n",
 
333
  ],
334
  "source": [
335
  "from llama_index.llms.huggingface_api import HuggingFaceInferenceAPI\n",
336
+ "from llama_index.core.agent.workflow import AgentWorkflow, ReActAgent\n",
337
  "\n",
338
  "# Define some tools\n",
339
  "def add(a: int, b: int) -> int:\n",