Spaces:
Sleeping
Sleeping
Update tools.py
Browse files
tools.py
CHANGED
@@ -81,10 +81,9 @@ def run_tools(state: AgentState, tool_out: AgentState) -> AgentState:
|
|
81 |
new_state = {**state, **tool_out}
|
82 |
return new_state
|
83 |
|
84 |
-
|
85 |
import os
|
86 |
-
|
87 |
-
from pydub.utils import make_chunks
|
88 |
|
89 |
|
90 |
|
|
|
81 |
new_state = {**state, **tool_out}
|
82 |
return new_state
|
83 |
|
84 |
+
|
85 |
import os
|
86 |
+
|
|
|
87 |
|
88 |
|
89 |
|