mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-30 04:10:47 +00:00

* interim - doesn't work - sharing * turn off EnforceExtended * works with dotnet build now... ;-) * interim progress * more updates * make VS happy * update * Update AutoGen.Ollama.csproj * Update Microsoft.AutoGen.Agents.Abstractions.csproj * Delete dotnet/test/AutoGen.Gemini.Tests/ApprovalTests/FunctionContractExtensionTests.ItGenerateGetWeatherToolTest.received.txt * fix tests --------- Co-authored-by: XiaoYun Zhang <xiaoyuz@microsoft.com>
17 lines
292 B
Plaintext
17 lines
292 B
Plaintext
{
|
|
"name": "GetWeatherAsync",
|
|
"description": "Get weather for a city.",
|
|
"parameters": {
|
|
"type": "OBJECT",
|
|
"properties": {
|
|
"city": {
|
|
"type": "STRING",
|
|
"description": "city",
|
|
"title": "city"
|
|
}
|
|
},
|
|
"required": [
|
|
"city"
|
|
]
|
|
}
|
|
} |