mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-09 18:11:26 +00:00
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"
|
||
|
]
|
||
|
}
|
||
|
}
|