load_article_to_context
Load arXiv.org article content into LLM context by searching for the article title, enabling enhanced interaction with scholarly resources.
Instructions
Load the article hosted on arXiv.org into context. This tool searches for the article based on its title, retrieves the article content, and loads text content into LLM context.
Args: title: Article title.
Returns: Article as a text string or error message.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
title | Yes |