Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/zhayujie/CowAgent
/ subscribe_msg
Function
subscribe_msg
config.py:640–643 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
638
639
640
def
subscribe_msg():
641
trigger_prefix = conf().get(
"single_chat_prefix"
, [
""
])[0]
642
msg = conf().get(
"subscribe_msg"
,
""
)
643
return
msg.format(trigger_prefix=trigger_prefix)
644
645
646
# global plugin config
Callers
2
POST
Method · 0.90
POST
Method · 0.90
Calls
2
conf
Function · 0.85
get
Method · 0.45
Tested by
no test coverage detected