Hi @samjs any updates on this? Sorry to
Hi @samjs any updates on this? Sorry to mention you directly, but saw that you created threads for other questions.
{type: "function", function: { ... } form. response field instead of the tool_calls field. Most likely because my system-role prompt is quite big. Still funny that llama-4-scout-17b-16e-instruct fails at this while hermes-2-pro-mistral-7b works super well...gpt-oss-20b/120b does not have function calling.{type: "function", function: { ... }{
"messages": [
{
"role": "user",
"content": "What is the weather in London?"
}
],
"tools": [
{
"type": "function",
"function": {
"name": "get_weather",
"description": "Provides information about the weather in a specific location.",
"parameters": {
"type": "object",
"properties": {
"location": {
"type": "string",
"description": "The location to get the weather for."
}
},
"required": [
"location"
]
}
}
}
]
}tool_callsllama-4-scout-17b-16e-instructhermes-2-pro-mistral-7bgpt-oss-20b/120b