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