zai-org--chatglm3
10 行
185 B
YAML
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 |