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

Method with_tool_use_id

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

Source from the content-addressed store, hash-verified

362 /// Set the tool use ID.
363 #[must_use]
364 pub fn with_tool_use_id(mut self, id: impl Into<String>) -> Self {
365 self.tool_use_id = Some(id.into());
366 self
367 }
368
369 /// Set the timestamp.
370 #[must_use]

Callers 11

parse_eventMethod · 0.80
parse_eventMethod · 0.80
parse_eventMethod · 0.80
parse_eventMethod · 0.80
parse_eventMethod · 0.80
parse_eventMethod · 0.80
parse_eventMethod · 0.80
parse_pre_toolFunction · 0.80
parse_post_toolFunction · 0.80

Calls

no outgoing calls

Tested by 2