mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-14 12:31:28 +00:00
76 lines
1.4 KiB
Plaintext
76 lines
1.4 KiB
Plaintext
![]() |
[
|
||
|
{
|
||
|
"Kind": 0,
|
||
|
"FunctionName": "GetWeather",
|
||
|
"FunctionDescription": "get weather",
|
||
|
"FunctionParameters": {
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"city": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"date": {
|
||
|
"type": "string"
|
||
|
}
|
||
|
},
|
||
|
"required": [
|
||
|
"city"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"Kind": 0,
|
||
|
"FunctionName": "GetWeatherStatic",
|
||
|
"FunctionDescription": "get weather from static method",
|
||
|
"FunctionParameters": {
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"city": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"date": {
|
||
|
"type": "array",
|
||
|
"items": {
|
||
|
"type": "string"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"required": [
|
||
|
"city",
|
||
|
"date"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"Kind": 0,
|
||
|
"FunctionName": "GetWeather",
|
||
|
"FunctionDescription": "get weather from async method",
|
||
|
"FunctionParameters": {
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"city": {
|
||
|
"type": "string"
|
||
|
}
|
||
|
},
|
||
|
"required": [
|
||
|
"city"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"Kind": 0,
|
||
|
"FunctionName": "GetWeatherAsyncStatic",
|
||
|
"FunctionDescription": "get weather from async static method",
|
||
|
"FunctionParameters": {
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"city": {
|
||
|
"type": "string"
|
||
|
}
|
||
|
},
|
||
|
"required": [
|
||
|
"city"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
]
|