mirror of
https://github.com/microsoft/autogen.git
synced 2025-08-01 13:22:33 +00:00
17 lines
268 B
Plaintext
17 lines
268 B
Plaintext
![]() |
{
|
||
|
"name": "GetWeatherAsync",
|
||
|
"description": "Get weather for a city.",
|
||
|
"parameters": {
|
||
|
"type": "OBJECT",
|
||
|
"properties": {
|
||
|
"city": {
|
||
|
"type": "STRING",
|
||
|
"description": "city",
|
||
|
"title": "city"
|
||
|
}
|
||
|
},
|
||
|
"required": [
|
||
|
"city"
|
||
|
]
|
||
|
}
|
||
|
}
|