ObjectverseDiary / src /prompts /object_understanding.py
qqyule's picture
feat: add initial mock mvp
bc02199
"""Prompt placeholder for future VLM object understanding."""
OBJECT_UNDERSTANDING_PROMPT = """
Identify the everyday object, visible features, likely context, and confidence.
Return structured JSON only.
""".strip()