Issue with the function schema
I have had created a notes generator using recursive OpenAI function calling. I am getting the desired output using json.dump but when I am trying to define a structured schema for my code then I am getting none as output. The given code is a smaller version of the code.