| 31 | /// for extracting tool definitions and handling OpenAPI operations |
| 32 | #[derive(Clone, PartialEq, Debug)] |
| 33 | pub struct BionicOpenAPI { |
| 34 | spec: oas3::OpenApiV3Spec, |
| 35 | } |
| 36 | |
| 37 | impl BionicOpenAPI { |
| 38 | /// Create a new BionicOpenAPI instance from an OpenAPI v3 specification JSON string |
nothing calls this directly
no outgoing calls
no test coverage detected