mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-09 18:11:26 +00:00
21 lines
320 B
Plaintext
21 lines
320 B
Plaintext
![]() |
{
|
||
|
"name": "Add",
|
||
|
"description": "Add function",
|
||
|
"parameters": {
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"a": {
|
||
|
"type": "integer",
|
||
|
"description": "a"
|
||
|
},
|
||
|
"b": {
|
||
|
"type": "integer",
|
||
|
"description": "b"
|
||
|
}
|
||
|
},
|
||
|
"required": [
|
||
|
"a",
|
||
|
"b"
|
||
|
]
|
||
|
}
|
||
|
}
|