karlsonru commited on
Commit
68e252c
·
verified ·
1 Parent(s): 01a3078

fix: structure_daily_tasks_tool docstring args description

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -14,9 +14,9 @@ def structure_daily_tasks_tool(tasks: list[str], start_time: str, end_time: str)
14
  Structure daily tasks within a given time frame.
15
 
16
  Args:
17
- tasks (list[str]): A list of tasks to be scheduled.
18
- start_time (str): The start time in the format "HH:MM".
19
- end_time (str): The end time in the format "HH:MM".
20
 
21
  Returns:
22
  str: A string representing the schedule of tasks with start and end times.
 
14
  Structure daily tasks within a given time frame.
15
 
16
  Args:
17
+ tasks: A list of tasks to be scheduled.
18
+ start_time: The start time in the format "HH:MM".
19
+ end_time: The end time in the format "HH:MM".
20
 
21
  Returns:
22
  str: A string representing the schedule of tasks with start and end times.