Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/the-open-agent/openagent
/ MessageString
Method
MessageString
controllers/message_writer.go:144–146 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
142
}
143
144
func
(w *RefinedWriter) MessageString() string {
145
return
string(w.messageBuf)
146
}
147
148
func
(w *RefinedWriter) ReasonString() string {
149
return
string(w.reasonBuf)
Callers
1
generateMessageAnswer
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected