I am doing +Add Function in the playground and pasting a large json schema which seems to be accepted but when I edit the function this is all that has been stored from my schema!
{
"name": "my_function_name",
"strict": false,
"parameters": {
"type": "object",
"properties": {},
"required": []
}
}