mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
407ed6de70
* updated openai, fcc works, with sample * reduced files in openai
20 lines
488 B
JSON
20 lines
488 B
JSON
{
|
|
"type": "function",
|
|
"function": {
|
|
"name": "get_weather",
|
|
"description": "Get the weather for a given location.",
|
|
"parameters": {
|
|
"properties": {
|
|
"location": {
|
|
"title": "Location",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"location"
|
|
],
|
|
"title": "get_weather_input",
|
|
"type": "object"
|
|
}
|
|
}
|
|
} |