Spaces:
Running
Running
Update presentation_api.py
Browse files- presentation_api.py +1 -1
presentation_api.py
CHANGED
@@ -43,7 +43,7 @@ def plan(slides_json: str) -> tuple[str, dict]:
|
|
43 |
|
44 |
@tool(response_format="content_and_artifact")
|
45 |
def create_slide(slide_number: int, content: str, config: RunnableConfig) -> tuple[str, dict]:
|
46 |
-
"""
|
47 |
# Integration with slide creation API or template would go here
|
48 |
slide = {
|
49 |
"number": slide_number,
|
|
|
43 |
|
44 |
@tool(response_format="content_and_artifact")
|
45 |
def create_slide(slide_number: int, content: str, config: RunnableConfig) -> tuple[str, dict]:
|
46 |
+
"""Tool to create a full slide with the proposed content plan. Create content according to the plan and follow marp specifications to improve the design"""
|
47 |
# Integration with slide creation API or template would go here
|
48 |
slide = {
|
49 |
"number": slide_number,
|