1 2 3 4 5 6 7 8 9 10 11 12 13
{ "description": "This schema is missing the required 'name' field", "parameters": { "type": "object", "properties": { "text": { "type": "string", "description": "The text to process" } }, "required": ["text"] } }