MCPcopy Create free account
hub / github.com/InfinitiBit/graphbit / is_success

Method is_success

python/src/tools/result.rs:94–96  ·  view source on GitHub ↗

Check if the tool execution was successful

(&self)

Source from the content-addressed store, hash-verified

92
93 /// Check if the tool execution was successful
94 pub fn is_success(&self) -> bool {
95 self.success
96 }
97
98 /// Check if the tool execution failed
99 pub fn is_failure(&self) -> bool {

Callers 15

load_from_urlMethod · 0.45
generate_embeddingsMethod · 0.45
completeMethod · 0.45
completeMethod · 0.45
streamMethod · 0.45
completeMethod · 0.45
completeMethod · 0.45
streamMethod · 0.45
completeMethod · 0.45
streamMethod · 0.45

Calls

no outgoing calls