MCPcopy Create free account
hub / github.com/TechJeeper/Printventory / getDefaultPrompt

Function getDefaultPrompt

aitagging.js:330–332  ·  view source on GitHub ↗
(options = {})

Source from the content-addressed store, hash-verified

328 prompt += `Each tag should represent a distinct category or characteristic that helps organize the library. `;
329 prompt += `Tags should be practical and useful for finding models - think about what someone would search for. `;
330
331 if (useCategories) {
332 prompt += `Organize tags into these categories: object type, style, complexity, material. `;
333 }
334
335 // JSON response instructions are never part of the editable prompt; they are always appended in generateTagsForImage

Callers

nothing calls this directly

Calls 1

buildPromptFunction · 0.85

Tested by

no test coverage detected