Spaces:
Sleeping
Sleeping
Update presentation_api.py
Browse files- presentation_api.py +1 -1
presentation_api.py
CHANGED
@@ -24,7 +24,7 @@ router = APIRouter(
|
|
24 |
|
25 |
@tool(parse_docstring=True)
|
26 |
def plan(input: dict) -> str:
|
27 |
-
"""
|
28 |
|
29 |
Args:
|
30 |
input: Dictionary containing presentation details, Example: {"1": "title page for ..", "2": "introduction .."}
|
|
|
24 |
|
25 |
@tool(parse_docstring=True)
|
26 |
def plan(input: dict) -> str:
|
27 |
+
"""Input presentation plan with numbered slides and their descriptions. Returns a confirmation message indicating that the plan has been created.
|
28 |
|
29 |
Args:
|
30 |
input: Dictionary containing presentation details, Example: {"1": "title page for ..", "2": "introduction .."}
|