Spaces:
Running
Running
Update presentation_api.py
Browse files- presentation_api.py +3 -2
presentation_api.py
CHANGED
@@ -73,8 +73,9 @@ prompt = ChatPromptTemplate.from_messages([
|
|
73 |
("system", """You are a Presentation Creation Assistant. Your task is to help users create effective presentations.
|
74 |
Follow these steps:
|
75 |
1. First use the plan tool to create an outline of the presentation
|
76 |
-
2.
|
77 |
-
3.
|
|
|
78 |
|
79 |
Today's date is {{datetime.now().strftime('%Y-%m-%d')}}"""),
|
80 |
("placeholder", "{messages}"),
|
|
|
73 |
("system", """You are a Presentation Creation Assistant. Your task is to help users create effective presentations.
|
74 |
Follow these steps:
|
75 |
1. First use the plan tool to create an outline of the presentation
|
76 |
+
2. Wait for user input to proceed with the plan or update the current plan based on input.
|
77 |
+
3. Then use create_slide tool for each slide in sequence
|
78 |
+
4. Guide the user through the presentation creation process
|
79 |
|
80 |
Today's date is {{datetime.now().strftime('%Y-%m-%d')}}"""),
|
81 |
("placeholder", "{messages}"),
|