pub fn extract_openapi_with_tracker(
repo_id: &RepoId,
source_path: &str,
input: &str,
tracker: &mut ExtractionTracker,
) -> Result<Vec<HttpBoundary>, HttpExtractionError>Expand description
Extracts provider operations using an existing per-invocation tracker.
ยงErrors
Returns HttpExtractionError when the document is invalid or a configured extraction
budget is exhausted.