luopan_chat
Ask follow-up questions about a Bazi chart reading. Provide a session_id from luopan_analyze to continue, with up to 5 questions per session and a 2-hour expiry.
Instructions
Ask a follow-up question against an existing chart-reading session.
Session_id comes from a prior luopan_analyze call. The backend enforces a 2-hour TTL and a 5-question cap; when either is hit, call luopan_analyze again to open a new session.
Returns (normalized): answer: the AI reply text followup_remaining: questions you still have left after this one followup_count: questions used so far (incl. this one) max_followups: hard cap (5) session_id: echoed back
When followup_remaining == 0 or this call returns session_expired,
the next turn must call luopan_analyze to open a fresh session.
When followup_remaining == 1, warn the user before they spend it.
Args: session_id: The session_id returned by luopan_analyze question: The user's follow-up question (specific events / years / topics yield better answers than vague "is my fate good")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| question | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |