[model-gateway] Dynamically Populate Tool Call Parser Choices (#14807)

This commit is contained in:
Wenyi Xu
2025-12-10 06:04:22 -08:00
committed by GitHub
parent 766476f52a
commit d7f6320bb8
3 changed files with 20 additions and 1 deletions
@@ -10,6 +10,7 @@ crate-type = ["cdylib"]
[dependencies]
pyo3 = { version = "0.27.1", features = ["extension-module", "abi3-py38"] }
tokio = { version = "1.42.0", features = ["full"] }
once_cell = "1.19"
[dependencies.sgl-model-gateway]
path = "../.."