Spaces:
Sleeping
Sleeping
Update Gradio_UI.py
Browse files- Gradio_UI.py +2 -1
Gradio_UI.py
CHANGED
@@ -129,4 +129,5 @@ def stream_to_gradio(
|
|
129 |
reset_agent_memory: bool = False,
|
130 |
additional_args: Optional[dict] = None,
|
131 |
):
|
132 |
-
|
|
|
|
129 |
reset_agent_memory: bool = False,
|
130 |
additional_args: Optional[dict] = None,
|
131 |
):
|
132 |
+
"""Runs an agent with the given task and streams the messages from the agent as gradio ChatMessages."""
|
133 |
+
|