calculate_day_of_the_week
autogen.agentchat.contrib.captainagent.tools.math.calculate_day_of_the_week.calculate_day_of_the_week
calculate_day_of_the_week
Calculates the day of the week after a given number of days starting from a specified day.
Parameters:Name | Description |
---|---|
total_days | The number of days to calculate. Type: int |
starting_day | The starting day of the week, should be one of ‘Monday’, ‘Tuesday’, ‘Wednesday’, etc. Type: str |