MCPcopy Create free account
hub / github.com/BUPT-GAMMA/MASFactory / render_value

Method render_value

masfactory/core/message/base.py:89–91  ·  view source on GitHub ↗
(self, value: Any)

Source from the content-addressed store, hash-verified

87 raise NotImplementedError("Subclasses must implement this method")
88
89 def render_value(self, value: Any) -> str:
90
91 return _default_render_value(value)
92
93 @property
94 def agent_introducer(self) -> str:

Callers 3

actMethod · 0.80
dumpMethod · 0.80
dumpMethod · 0.80

Calls 1

_default_render_valueFunction · 0.85

Tested by

no test coverage detected