Using JSON Schema in Xano

Options

Hi, I want to define a JSON Schema in Xano in order to use the new function calling of OpenAI/GPT.

Couldn't get it to work as the normal Object tries to treat the schema as an object and gives an error. Does somebody has a hint how to save the JSOn Schema in a variable?

Tagged:

Best Answer

  • Sönke Manaré
    Sönke Manaré Member
    Answer ✓
    Options

    After trying around I found the solution. 💪 Using a lambda it is possible to store the JSON Schema in a variable. After that I successfully called the GPT API.