(
&self,
_message: graphbit_core::types::AgentMessage,
)
| 40 | } |
| 41 | |
| 42 | async fn execute( |
| 43 | &self, |
| 44 | _message: graphbit_core::types::AgentMessage, |
| 45 | ) -> GraphBitResult<serde_json::Value> { |
| 46 | unimplemented!() |
| 47 | } |
| 48 | |
| 49 | async fn validate_output( |
| 50 | &self, |
no outgoing calls
no test coverage detected