mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-19 13:23:16 +08:00
10 lines
245 B
YAML
10 lines
245 B
YAML
name: weather_check
|
|
description: Use Weather API to get weather information
|
|
parameters:
|
|
type: object
|
|
properties:
|
|
query:
|
|
type: string
|
|
description: City name,include city and county,like "厦门市思明区"
|
|
required:
|
|
- query |