pvanand commited on
Commit
8c1aca5
·
verified ·
1 Parent(s): afb6cb8

Update presentation_api.py

Browse files
Files changed (1) hide show
  1. 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
- """Today's date is {{datetime.now().strftime('%Y-%m-%d')}}"""),
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