Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Here is how the output templating should be specified.



Code Block
languagejs
themeEclipse
titleOutput templating definition inside of a package
{
      "type": "eddi://ai.labs.templating",
      "extensions": {},
      "config": {}
}


here is working package with the output templating specified, note that it is included after eddi://ai.labs.output.

...