tooluniverse.semantic_scholar_tool module¶ class tooluniverse.semantic_scholar_tool.SemanticScholarTool(tool_config, base_url='https://api.semanticscholar.org/graph/v1/paper/search')[source]¶ Bases: BaseTool Tool to search for papers on Semantic Scholar including abstracts. __init__(tool_config, base_url='https://api.semanticscholar.org/graph/v1/paper/search')[source]¶ _search(query, limit, api_key)[source]¶ run(arguments)[source]¶ Execute the tool. The default BaseTool implementation accepts an optional arguments mapping to align with most concrete tool implementations which expect a dictionary of inputs.