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

Method with_tool_use_id

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

Source from the content-addressed store, hash-verified

370 /// Set the tool use ID.
371 #[must_use]
372 pub fn with_tool_use_id(mut self, id: impl Into<String>) -> Self {
373 self.tool_use_id = Some(id.into());
374 self
375 }
376
377 /// Set the timestamp.
378 #[must_use]

Callers 14

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_eventMethod · 0.80
parse_eventMethod · 0.80
parse_eventMethod · 0.80

Calls

no outgoing calls

Tested by 2