ai/langchain_demo/Tool/arxiv_example.yaml

10 lines
252 B
YAML

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