Prerequisites
The following example requires theopenai library.
Example
The following agent will search PubMed for articles related to “ulcerative colitis”.cookbook/91_tools/pubmed_tools.py
Search PubMed for articles with PubmedTools’ search_pubmed function, returning expanded article detail when results_expanded is set.
openai library.