Update app_chat.py
Browse files- app_chat.py +1 -0
app_chat.py
CHANGED
@@ -8,6 +8,7 @@ from pydub import AudioSegment
|
|
8 |
import IPython
|
9 |
import soundfile as sf
|
10 |
from app_agent_config import AgentConfig
|
|
|
11 |
|
12 |
|
13 |
import pandas as pd # If you're working with DataFrames
|
|
|
8 |
import IPython
|
9 |
import soundfile as sf
|
10 |
from app_agent_config import AgentConfig
|
11 |
+
from tool_loader import ToolLoader
|
12 |
|
13 |
|
14 |
import pandas as pd # If you're working with DataFrames
|