analyze_trends
Identify and analyze trending arXiv research topics within a specific category over a defined period. Enables efficient exploration of research developments.
Instructions
특정 카테고리의 최신 트렌드를 분석합니다.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
category | No | cs.AI | |
days | No |
Input Schema (JSON Schema)
{
"properties": {
"category": {
"default": "cs.AI",
"title": "Category",
"type": "string"
},
"days": {
"default": 30,
"title": "Days",
"type": "integer"
}
},
"title": "analyze_trendsArguments",
"type": "object"
}