Update app.py
Browse files
app.py
CHANGED
@@ -219,7 +219,7 @@ def create_agent():
|
|
219 |
planning_interval=60*1000,
|
220 |
)
|
221 |
|
222 |
-
document_inspection_tool = TextInspectorTool(model,
|
223 |
|
224 |
def stream_to_gradio(
|
225 |
agent,
|
|
|
219 |
planning_interval=60*1000,
|
220 |
)
|
221 |
|
222 |
+
document_inspection_tool = TextInspectorTool(model, text_limit)
|
223 |
|
224 |
def stream_to_gradio(
|
225 |
agent,
|