mirror of https://github.com/microsoft/autogen.git
19 lines
406 B
Plaintext
19 lines
406 B
Plaintext
{
|
|
"name": "DictionaryToStringAsync",
|
|
"description": "DictionaryToString function",
|
|
"parameters": {
|
|
"type": "object",
|
|
"properties": {
|
|
"xargs": {
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"type": "string"
|
|
},
|
|
"description": "an object of key-value pairs. key is string, value is string"
|
|
}
|
|
},
|
|
"required": [
|
|
"xargs"
|
|
]
|
|
}
|
|
} |