| 339 | /// The schema specification describing a tool's fields. |
| 340 | #[derive(Debug, Clone, Serialize, Deserialize)] |
| 341 | pub struct InputSchema(pub serde_json::Value); |
| 342 | |
| 343 | /// The output received from invoking a [Tool]. |
| 344 | #[derive(Debug, Default)] |
no outgoing calls
no test coverage detected