MCPcopy Create free account
hub / github.com/GCWing/BitFun / validate_input

Method validate_input

src/crates/execution/tool-contracts/src/framework.rs:955–957  ·  view source on GitHub ↗
(&self, input: &Value)

Source from the content-addressed store, hash-verified

953 }
954
955 pub fn validate_input(&self, input: &Value) -> ValidationResult {
956 validate_get_tool_spec_input(input)
957 }
958}
959
960impl<'a, Tool, Context, Provider> GetToolSpecRuntime<'a, Tool, Context, Provider>

Callers 2

validate_tool_inputFunction · 0.45
execute_toolFunction · 0.45

Calls 1

Tested by

no test coverage detected