"lib/llm/vscode:/vscode.git/clone" did not exist on "a4c49fe57721d9ba6849d51d790e9c4ee9c5b58a"
mod.rs 342 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
// SPDX-FileCopyrightText: Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

pub mod base_parser;
pub mod deepseek_r1_parser;

// Re-export main types and functions for convenience
pub use base_parser::ReasoningParser;
pub use deepseek_r1_parser::DeepseekR1ReasoningParser;