MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / with_message

Method with_message

atomic-agent/src/turn/orchestrator/mod.rs:166–169  ·  view source on GitHub ↗

Set the user-facing message.

(mut self, message: impl Into<String>)

Source from the content-addressed store, hash-verified

164
165 /// Set the user-facing message.
166 pub(crate) fn with_message(mut self, message: impl Into<String>) -> Self {
167 self.message = Some(message.into());
168 self
169 }
170
171 /// Add a warning.
172 pub(crate) fn with_warning(mut self, warning: impl Into<String>) -> Self {

Callers 2

handle_session_startMethod · 0.45

Calls

no outgoing calls

Tested by 1