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