MCPcopy Create free account
hub / github.com/Agora-Lab-AI/Bing-Chat-API / ImageQuery

Class ImageQuery

src/bing_chat/BingUtils.py:330–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328
329
330class ImageQuery(Query):
331 def __init__(self, prompt: str, **kwargs) -> None:
332 kwargs["content_type"] = "image"
333 super().__init__(prompt, **kwargs)
334
335 def __repr__(self) -> str:
336 return f"<EdgeGPT.ImageQuery: {self.prompt}>"
337
338
339def test_cookie_rotation() -> None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected