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 IDs

  • categoryId (str) – Comma-separated category IDs

  • keyword (str) – Keyword search for topics

  • strip_html (bool) – If true, also return PlainSections[] with HTML removed for each topic

  • stream_callback (Callable, optional) – Callback for streaming output

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

dict[str, Any]