(options = {})
| 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 |
nothing calls this directly
no test coverage detected