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

Method agent_display_name

atomic-core/src/change/provenance_graph/builder.rs:74–77  ·  view source on GitHub ↗

Set the human-readable agent display name.

(mut self, name: impl Into<String>)

Source from the content-addressed store, hash-verified

72
73 /// Set the human-readable agent display name.
74 pub fn agent_display_name(mut self, name: impl Into<String>) -> Self {
75 self.agent_display_name = name.into();
76 self
77 }
78
79 /// Set the AI vendor identifier.
80 pub fn agent_vendor(mut self, vendor: impl Into<String>) -> Self {

Callers 1

sample_graphFunction · 0.45

Calls

no outgoing calls

Tested by 1

sample_graphFunction · 0.36