autogen/dotnet/test/AutoGen.Gemini.Tests/ApprovalTests/FunctionContractExtensionTests.ItGenerateGetWeatherToolTest.approved.txt

17 lines
292 B
Plaintext
Raw Normal View History

{
"name": "GetWeatherAsync",
"description": "Get weather for a city.",
"parameters": {
"type": "OBJECT",
"properties": {
"city": {
"type": "STRING",
"description": "city",
"title": "city"
}
},
"required": [
"city"
]
}
}