pvanand commited on
Commit
667f8c6
·
verified ·
1 Parent(s): 7271491

Update presentation_api.py

Browse files
Files changed (1) hide show
  1. presentation_api.py +1 -0
presentation_api.py CHANGED
@@ -27,6 +27,7 @@ def plan(input: dict) -> str:
27
  """Create a presentation plan with numbered slides and their descriptions.
28
  Args:
29
  input: Dictionary containing presentation details
 
30
  Returns:
31
  A dictionary with slide numbers as keys and descriptions as values
32
  """
 
27
  """Create a presentation plan with numbered slides and their descriptions.
28
  Args:
29
  input: Dictionary containing presentation details
30
+ Eg: {"1":"title page for ..", "2":"introduction .."}
31
  Returns:
32
  A dictionary with slide numbers as keys and descriptions as values
33
  """