get_daily_papers
Retrieve featured AI research papers from Hugging Face to stay current with daily developments. Specify how many previous days to include for comprehensive coverage.
Instructions
Get today's featured AI papers from Hugging Face
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Number of days to look back (1-7) |
Input Schema (JSON Schema)
{
"properties": {
"days": {
"default": 1,
"description": "Number of days to look back (1-7)",
"type": "integer"
}
},
"type": "object"
}