Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
def
_text_msg(text=
"hello"
):
24
return
{
"role"
:
"user"
,
"content"
: text}
25
26
27
def
_image_msg(label=
"screenshot"
):
Callers
2
test_non_image_messages_untouched
Method · 0.85
test_interleaved_non_image_messages
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected