Loading
refactor(3gpp-ai): remove AcceleratorConfig - documented no-op, kept for compatibility
- Removed AcceleratorConfig dataclass (documented as ignored, kept for API compatibility) - Removed accelerator_config parameter from extract_document_structured() - Removed accelerator_config parameter from extract_document_text() - Removed accelerator_config parameter from convert_document_to_markdown() - Removed accelerator_config parameter from extract_document_structured_from_tdoc() - Removed all AcceleratorConfig creation and passing in CLI commands - Removed AcceleratorConfig from __all__ exports in extraction.py - Cleaned up related comments and del statements