Spaces:
Sleeping
Sleeping
Commit ·
818d0b1
1
Parent(s): bb6cdaf
update log msg
Browse files
host.py
CHANGED
|
@@ -18,7 +18,7 @@ load_dotenv()
|
|
| 18 |
|
| 19 |
def run(message, agent):
|
| 20 |
result = str(agent.run(message))
|
| 21 |
-
logging.info("Input: {message}, Output: {result}")
|
| 22 |
return result
|
| 23 |
|
| 24 |
|
|
|
|
| 18 |
|
| 19 |
def run(message, agent):
|
| 20 |
result = str(agent.run(message))
|
| 21 |
+
logging.info(f"Input: {message}, Output: {result}")
|
| 22 |
return result
|
| 23 |
|
| 24 |
|