tooluniverse.tools.AdverseEventPredictionQuestionGeneratorWithContext module

AdverseEventPredictionQuestionGeneratorWithContext

Generates a set of personalized adverse‐event prediction questions for a given disease and drug, …

tooluniverse.tools.AdverseEventPredictionQuestionGeneratorWithContext.AdverseEventPredictionQuestionGeneratorWithContext(disease_name, drug_name, context_information, *, stream_callback=None, use_cache=False, validate=True)[source]

Generates a set of personalized adverse‐event prediction questions for a given disease and drug, …

Parameters:
  • disease_name (str) – The name of the disease or condition

  • drug_name (str) – The name of the drug

  • context_information (str) – Additional context information such as patient medical history, clinical find…

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

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

Any