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

Method with_prompt

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

Source from the content-addressed store, hash-verified

356 /// Set the user prompt.
357 #[must_use]
358 pub fn with_prompt(mut self, prompt: impl Into<String>) -> Self {
359 self.prompt = Some(prompt.into());
360 self
361 }
362
363 /// Set the tool name.
364 #[must_use]

Callers 15

run_promote_to_parentFunction · 0.80
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