"...controller/dynamocomponentdeployment_controller.go" did not exist on "afccc9d434d26750d39a1391b833e1042a526121"
Unverified Commit 972adc37 authored by Graham King's avatar Graham King Committed by GitHub
Browse files

test: Break parsers -> llm dependency (#3607)


Signed-off-by: default avatarGraham King <grahamk@nvidia.com>
parent 7b0fad3f
......@@ -2219,7 +2219,6 @@ version = "0.6.0"
dependencies = [
"anyhow",
"dynamo-async-openai",
"dynamo-llm",
"lazy_static",
"num-traits",
"openai-harmony",
......
......@@ -38,6 +38,3 @@ openai-harmony = "0.0.3"
lazy_static = "1.5.0"
rustpython-parser = "0.4.0"
num-traits = "0.2"
[dev-dependencies]
dynamo-llm = { workspace = true }
// SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
// SPDX-License-Identifier: Apache-2.0
//! Tests for tool calling functionality
#[cfg(test)]
mod parallel_tool_call_integration;
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment