Currently, nextCoder doesn't appear to support tool calling in a standardized format. When attempting to use the model for tool-use cases, the output is not structured in a way that is easily parsable for function execution. This makes it difficult to integrate nextCoder into existing agentic workflows and frameworks that rely on a predictable output format for tool calls.
I tried to use hermes protocol parser as qwen coder uses hermes and nextCoder is based on qwenCoder, but that didn't work.
I am trying to use nextcoder with vllm.