8 lines
277 B
Plaintext

{
"name": "upper",
"type": "function",
"description": "Converts a string to upper case letters.",
"arguments": [ {"arg":"string","description":"the string to convert to upper case"}],
"examples": [ { "expression":"upper('hello WOrld')", "returns":"'HELLO WORLD'"}]
}