Skip to content

Instantly share code, notes, and snippets.

@igidio
Last active January 6, 2026 19:34
Show Gist options
  • Select an option

  • Save igidio/a2d52f9914f869a0fcada7e7545773fc to your computer and use it in GitHub Desktop.

Select an option

Save igidio/a2d52f9914f869a0fcada7e7545773fc to your computer and use it in GitHub Desktop.
n8n + LM Studio: structured output (Ejemplo)
{
"type": "array",
"items": {
"type": "object",
"properties": {
"courseName": {
"type": "string"
},
"instructor": {
"type": "string"
},
"devtallesUrl": {
"type": "string"
},
"udemyUrl": {
"type": "string"
},
"description": {
"type": "string"
},
"category": {
"type": "string"
},
"additionalInformation": {
"type": "string"
}
},
"required": [
"courseName",
"instructor",
"devtallesUrl",
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment