PulseAugur
实时 03:19:13
English(EN) Ollama's gemma4 renderer silently drops tool parameters named type or description, and the model invents a value # ollama # llm # ai # debugging # software # co

Ollama gemma4 渲染器错误删除工具参数,导致模型出错

Ollamagemma4 渲染器存在一个错误,会悄悄删除名为 'type' 或 'description' 的工具参数。这会导致模型根据模型大小的不同,要么为该参数编造一个值,要么完全省略它。该问题源于 Jinja 模板的一个 Go 移植版本,该版本错误地过滤了 schema 关键字。重命名参数可以解决问题,但修复程序仍在进行中。 AI

影响 此错误可能导致 Ollama 中的 Gemma4 模型在进行工具调用时出现数据不正确或缺失的情况,从而可能导致应用程序错误。

排序理由 特定工具渲染过程中的错误报告。

在 Mastodon — sigmoid.social 阅读 →

AI 生成摘要 · Google Gemini · 来自 2 个来源。 我们如何撰写摘要 →

Ollama gemma4 渲染器错误删除工具参数,导致模型出错

本文如何被排名

Signal score
23 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
特定工具渲染过程中的错误报告。
Source corroboration
2 independent sources
Multiple independent publishers reporting the same story raises confidence that it's real and newsworthy.
Topics
product, other
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
Breaking (< 6h)
Fresh story with cross-source coverage still developing. Ranking may shift as more sources report.

完整方法见我们的编辑标准

报道来源 [2]

  1. Mastodon — sigmoid.social TIER_1 English(EN) · [email protected] ·

    Ollama 的 gemma4 渲染器悄悄删除了名为 type 或 description 的工具参数,模型会自行编造值 # ollama # llm # ai # debugging # software # co

    Ollama's gemma4 renderer silently drops tool parameters named type or description, and the model invents a value # ollama # llm # ai # debugging # software # coding # development # engineering # inclusive # community Ollama's gemma4 renderer silently drops tool parameters named t…

  2. dev.to — LLM tag TIER_1 English(EN) · The Homelab Postmortem ·

    Ollama 的 gemma4 渲染器悄悄删除了名为 type 或 description 的工具参数,模型会自行编造一个值

    <p><strong>TL;DR</strong>: define a tool for a gemma4 model in Ollama with a parameter whose <em>name</em> is <code>type</code>, <code>description</code>, <code>properties</code>, <code>required</code> or <code>nullable</code>, and the model is never shown that parameter's defini…