MCPcopy
hub / github.com/LAION-AI/Open-Assistant / text

Method text

backend/oasst_backend/models/message.py:82–84  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

80
81 @property
82 def text(self) -> str:
83 self.ensure_is_message()
84 return self.payload.payload.text
85
86 @property
87 def user_emojis(self) -> str:

Callers 15

upgradeFunction · 0.80
upgradeFunction · 0.80
upgradeFunction · 0.80
downgradeFunction · 0.80
upgradeFunction · 0.80
upgradeFunction · 0.80
upgradeFunction · 0.80
downgradeFunction · 0.80
upgradeFunction · 0.80
upgradeFunction · 0.80
upgradeFunction · 0.80
upgradeFunction · 0.80

Calls 1

ensure_is_messageMethod · 0.95

Tested by

no test coverage detected