Langchain-Chatchat/server/agent/tools/search_youtube.yaml

10 lines
207 B
YAML

name: search_youtube
description: Use this tools to search youtube videos
parameters:
type: object
properties:
query:
type: string
description: Query for Videos search
required:
- query