create_personal_session
Create a new personal training session for a given date, and receive the workout and saved workout IDs needed to add exercises and log the workout.
Instructions
Create a new personal training session for a given date (YYYY-MM-DD).
Returns {programWorkout: {id, programId, date, workoutId}, savedWorkout: {id}}. Use the returned workoutId with add_exercises_to_session and savedWorkout.id with log_workout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_date | Yes |