5f923cd
1
2
3
4
5
6
7
8
9
10
11
[package] name = "antlr_python_tool_call_parser" version = "0.1.0" edition = "2021" [dependencies] antlr4rust = "0.5" [lib] path = "../../../runtime/components/tool_use/antlr/generated/mod.rs"