// 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.