Spaces:
Running
Running
update response
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ async def ppt_content(data):
|
|
87 |
for x in listOfString:
|
88 |
result = agent.run_sync(user_prompt = f"Create me a powerpoint presentation {x}",message_history = message_history)
|
89 |
message_history = result.all_messages()
|
90 |
-
print(result)
|
91 |
|
92 |
|
93 |
deps :SupportDependencies = SupportDependencies(db="".join(data))
|
|
|
87 |
for x in listOfString:
|
88 |
result = agent.run_sync(user_prompt = f"Create me a powerpoint presentation {x}",message_history = message_history)
|
89 |
message_history = result.all_messages()
|
90 |
+
print(result.data)
|
91 |
|
92 |
|
93 |
deps :SupportDependencies = SupportDependencies(db="".join(data))
|