pvanand commited on
Commit
e72dc1b
·
verified ·
1 Parent(s): 25ee94c

Update presentation_api.py

Browse files
Files changed (1) hide show
  1. 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
- """Create a slide with the given number and content."""
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,