arxiv_example.yaml 252 Bytes
Newer Older
zhaoying1's avatar
zhaoying1 committed
1
2
3
4
5
6
7
8
9
10
name: arxiv
description: A wrapper around Arxiv.org for searching and retrieving scientific articles in various fields.
parameters:
  type: object
  properties:
    query:
      type: string
      description: The search query title
required:
  - query