tooluniverse.tools.odphp_topicsearch moduleΒΆ
odphp_topicsearch
Find specific health topics and get their full content. Use when the user mentions a keyword (e.gβ¦
- tooluniverse.tools.odphp_topicsearch.odphp_topicsearch(lang, topicId, categoryId, keyword, strip_html, *, stream_callback=None, use_cache=False, validate=True)[source]ΒΆ
Find specific health topics and get their full content. Use when the user mentions a keyword (e.gβ¦
- Parameters:
lang (
str
) β Language code (en or es)topicId (
str
) β Comma-separated topic IDscategoryId (
str
) β Comma-separated category IDskeyword (
str
) β Keyword search for topicsstrip_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]