mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-19 13:23:16 +08:00
10 lines
252 B
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 |