Modifying imports
Browse files
agents/llama_index_agent.py
CHANGED
@@ -3,7 +3,7 @@ from llama_index.core.agent.workflow import (
|
|
3 |
ReActAgent,
|
4 |
FunctionAgent
|
5 |
)
|
6 |
-
from
|
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 |
|