cohere-toolkit
e82d73fc - Fix clinicaltrials error by adding missing kwargs (#482)

Commit
1 year ago
Fix clinicaltrials error by adding missing kwargs (#482) ClinicalTrials.call() raises an error due an unexpected keyword argument, 'session'. Resolved by adding **kwargs to the call method. This PR also converts the method to async for consistency with the other community tools. Co-authored-by: LuĂ­sa Moura <luisa@cohere.com> Co-authored-by: Tianjing Li <tianjinglimail@gmail.com>
Author
Parents
Loading