Getting Available Output Types
1 min
firstly we need to establish which output types are still available to use in case there has been previous outputs attached to the scribe we can use the \<font color="#ef4444">`autoscriber sdk`\</font> for this operation by calling the \<font color="#ef4444">` getavailableouttypes()`\</font> method this method will respond with a string of allowed output types for the next operation taking into account already generated outputs and the \<font color="#ef4444">`specialty`\</font> param passed to it // without specialty let availabletemplates = scribe getavailableouttypes(); // returns a string array with available output templates // with specialty let availabletemplates = scribe getavailableouttypes(specialty gp); // returns a string array with available output templates, specialty will affect this
