MCPcopy Create free account
hub / github.com/dot-agent/nextpy / run

Method run

nextpy/ai/scripts/sceneexplain.py:76–82  ·  view source on GitHub ↗

Run SceneXplain image explainer.

(self, image: str)

Source from the content-addressed store, hash-verified

74 return values
75
76 def run(self, image: str) -> str:
77 """Run SceneXplain image explainer."""
78 description = self._describe_image(image)
79 if not description:
80 return "No description found."
81
82 return description

Callers

nothing calls this directly

Calls 1

_describe_imageMethod · 0.95

Tested by

no test coverage detected