"docs/kubernetes/installation_guide.md" did not exist on "829e1cf54dcfaebc7969a2a014a0bfaa8c0d47bb"
mod.rs 296 Bytes
Newer Older
1
2
3
4
5
6
// SPDX-FileCopyrightText: Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

pub mod pythonic_parser;

pub use super::{config, response};
7
pub use pythonic_parser::{detect_tool_call_start_pythonic, try_tool_call_parse_pythonic};