Native tools usage examples please

#2
by zmarty - opened

So I am running this model with vLLM v0.12.0 and it keeps wanting to use some built-in tools that I have not defined. When I ask it what tools it thinks it has access to, it pretty consistently responds with the following:

Search tool - to find information on the web
Calculator - for mathematical calculations
Code execution - to run and test code snippets
Translation - to translate between languages
Weather information - to get current weather data
Unit conversion - to convert between different measurement units

Now I am familiar with how gpt-oss-120b was trained to internally use built-in tools.

Is this the same case for GLM-4.6V?

If yes, can you please provide sample tool examples in your GitHub repo?

Sign up or log in to comment