Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
upgrade
Function · 0.80
upgrade
Function · 0.80
upgrade
Function · 0.80
downgrade
Function · 0.80
upgrade
Function · 0.80
upgrade
Function · 0.80
upgrade
Function · 0.80
downgrade
Function · 0.80
upgrade
Function · 0.80
upgrade
Function · 0.80
upgrade
Function · 0.80
upgrade
Function · 0.80
Calls
1
ensure_is_message
Method · 0.95
Tested by
no test coverage detected