generate_horoscope
Generate a Vietnamese Tu Vi horoscope chart from birth details, including transit stars analysis and optional high-quality chart image.
Instructions
Generate a full Tu Vi (Vietnamese horoscope) chart, with optional high-quality chart image rendering.
Args: name: Name of the person. day: Day of birth (1-31). month: Month of birth (1-12). year: Year of birth (e.g. 1990). hour_val: Hour of birth (e.g. "14:30", "Ngọ", "Tý", or index 1-12 where 1=Tý, 12=Hợi). gender_val: Gender ("Nam", "Nữ", "male", "female"). is_solar: True if birth date is Solar (Dương lịch), False if Lunar (Âm lịch). current_year: Year to inspect transit stars for (defaults to current year, e.g. 2026). generate_image: Whether to generate and return the high-quality chart image along with the chart data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Khách | |
| day | No | ||
| month | No | ||
| year | No | ||
| hour_val | No | 12:00 | |
| gender_val | No | Nam | |
| is_solar | No | ||
| current_year | No | ||
| generate_image | No |