dynamo-parsers 7.0.0

Reasoning and tool-calling parsers for OpenAI-compatible inference output.
Documentation
1
2
3
4
5
6
7
// SPDX-FileCopyrightText: Copyright (c) 2024-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

//! Internal tests module for `tool_calling`.
//!
//! Unit tests for submodules live alongside their implementations.
//! This placeholder exists to satisfy the conditional `pub mod tests` declaration.