save_horoscope
Save birth chart details including name, date, time, and gender to a local database for later horoscope retrieval and analysis.
Instructions
Save birth chart details to the local database for easy retrieval.
Args: name: Name of the person. day: Day of birth. month: Month of birth. year: Year of birth. hour_val: Hour of birth (e.g. "14:30", "Ngọ"). gender_val: Gender ("Nam" or "Nữ"). is_solar: True if birth date is Solar, False if Lunar. notes: Optional comments/notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| day | Yes | ||
| month | Yes | ||
| year | Yes | ||
| hour_val | Yes | ||
| gender_val | Yes | ||
| is_solar | No | ||
| notes | No |