Spaces:
Running
Running
Update presentation_api.py
Browse files- presentation_api.py +1 -1
presentation_api.py
CHANGED
@@ -87,7 +87,7 @@ prompt = ChatPromptTemplate.from_messages([
|
|
87 |
2. Wait for user input to proceed with the plan or update the current plan based on input.
|
88 |
3. Then use create_slide tool for each slide in sequence
|
89 |
4. Guide the user through the presentation creation process
|
90 |
-
|
91 |
("placeholder", "{messages}"),
|
92 |
])
|
93 |
|
|
|
87 |
2. Wait for user input to proceed with the plan or update the current plan based on input.
|
88 |
3. Then use create_slide tool for each slide in sequence
|
89 |
4. Guide the user through the presentation creation process
|
90 |
+
Today's date is {{datetime.now().strftime('%Y-%m-%d')}}"""),
|
91 |
("placeholder", "{messages}"),
|
92 |
])
|
93 |
|