blood_alcohol_calc
Estimate blood alcohol content (BAC) level by providing weight, sex, number of drinks, hours since first drink, and drink type. Understand your intoxication level.
Instructions
Estimate blood alcohol content (BAC) level.
Parameters:
weight — Body weight in kg.
sex — 'male' (default) or 'female'.
drinks — Number of standard drinks consumed (default: 1).
hours — Hours since first drink (default: 0).
drink_type — 'standard' (default), 'beer', 'wine', 'spirit'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| weight | Yes | ||
| sex | No | male | |
| drinks | No | ||
| hours | No | ||
| drink_type | No | standard |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |