Spaces:
Sleeping
Sleeping
Update app_layer_agent.py
Browse files- app_layer_agent.py +1 -1
app_layer_agent.py
CHANGED
|
@@ -79,7 +79,7 @@ class UCGBRIDGE():
|
|
| 79 |
|
| 80 |
|
| 81 |
def run_conversation(user_prompt):
|
| 82 |
-
|
| 83 |
|
| 84 |
messages = [
|
| 85 |
|
|
|
|
| 79 |
|
| 80 |
|
| 81 |
def run_conversation(user_prompt):
|
| 82 |
+
"""Run a conversation with tool calling"""
|
| 83 |
|
| 84 |
messages = [
|
| 85 |
|