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

Method with_tool_name

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

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls