drAbreu commited on
Commit
8324a61
·
1 Parent(s): 6a7b493

Modifying imports

Browse files
Files changed (1) hide show
  1. agents/llama_index_agent.py +1 -1
agents/llama_index_agent.py CHANGED
@@ -3,7 +3,7 @@ from llama_index.core.agent.workflow import (
3
  ReActAgent,
4
  FunctionAgent
5
  )
6
- from ..tools.text_tools import reverse_text_tool
7
  from llama_index.llms.openai import OpenAI
8
  import os
9
 
 
3
  ReActAgent,
4
  FunctionAgent
5
  )
6
+ from tools.text_tools import reverse_text_tool
7
  from llama_index.llms.openai import OpenAI
8
  import os
9