MCPcopy Create free account
hub / github.com/ScaleML/AgentSPEX / _image_msg

Function _image_msg

tests/tool_tests/test_vision_pipeline.py:27–34  ·  view source on GitHub ↗
(label="screenshot")

Source from the content-addressed store, hash-verified

25
26
27def _image_msg(label="screenshot"):
28 return {
29 "role": "user",
30 "content": [
31 {"type": "text", "text": f"[{label}]"},
32 {"type": "image_url", "image_url": {"url": "data:image/jpeg;base64,abc"}},
33 ],
34 }
35
36
37def _tool_msg():

Calls

no outgoing calls

Tested by

no test coverage detected