xml tools use
Closed this issue · 2 comments
wm19999 commented
To support more universal tool invocation, can this project support the tool invocation format based on XML? Alternatively, if I make modifications, can I still reuse most of the content in your project? Or do I need to build everything from scratch?
Kovbo commented
Hey @wm19999, we use vLLM and hermes tool call parser by default, but you can change it. If you want to make any low-level changes - feel free to fork a repo and make your changes.
wm19999 commented
Think you very much