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

Function _text_msg

tests/tool_tests/test_vision_pipeline.py:23–24  ·  view source on GitHub ↗
(text="hello")

Source from the content-addressed store, hash-verified

21
22
23def _text_msg(text="hello"):
24 return {"role": "user", "content": text}
25
26
27def _image_msg(label="screenshot"):

Calls

no outgoing calls

Tested by

no test coverage detected