|
- {
- "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"
- ]
- }
- }
|