项目文件夹

文件
2023-11-01 22:07:35 +08:00

10 行
185 B
YAML

name: weather
description: Search the current weather of a city
parameters:
type: object
properties:
city:
type: string
description: City name
required:
- city