tooluniverse.tools.odphp_myhealthfinder moduleΒΆ
odphp_myhealthfinder
This tool provides personalized preventive-care recommendations and it is helpful for different aβ¦
- tooluniverse.tools.odphp_myhealthfinder.odphp_myhealthfinder(lang, age, sex, pregnant, strip_html, *, stream_callback=None, use_cache=False, validate=True)[source]ΒΆ
This tool provides personalized preventive-care recommendations and it is helpful for different aβ¦
- Parameters:
lang (
str
) β Language code (en or es)age (
int
) β Age in years (0β120)sex (
str
) β Male or Femalepregnant (
str
) β βYesβ or βNoβstrip_html (
bool
) β If true, also return PlainSections[] with HTML removed for each topicstream_callback (
Callable
, optional) β Callback for streaming output
- Return type:
dict[str
,Any]