Update app_layer_agent.py
Browse files- app_layer_agent.py +1 -0
app_layer_agent.py
CHANGED
|
@@ -101,6 +101,7 @@ class UCGBRIDGE():
|
|
| 101 |
|
| 102 |
response_message = response.choices[0].message.content
|
| 103 |
json_=json.loads(response_message)
|
|
|
|
| 104 |
result =self.engine.run(json_["operation"],json_["state"])
|
| 105 |
return result
|
| 106 |
|
|
|
|
| 101 |
|
| 102 |
response_message = response.choices[0].message.content
|
| 103 |
json_=json.loads(response_message)
|
| 104 |
+
print(response_message)
|
| 105 |
result =self.engine.run(json_["operation"],json_["state"])
|
| 106 |
return result
|
| 107 |
|