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

Method with_prompt

atomic-agent/src/event.rs:350–353  ·  view source on GitHub ↗
(mut self, prompt: impl Into<String>)

Source from the content-addressed store, hash-verified

348 /// Set the user prompt.
349 #[must_use]
350 pub fn with_prompt(mut self, prompt: impl Into<String>) -> Self {
351 self.prompt = Some(prompt.into());
352 self
353 }
354
355 /// Set the tool name.
356 #[must_use]

Callers 15

runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80

Calls

no outgoing calls