gpt的思考变成了奇怪的样子

kokoro0615 2026-07-09 10:40 1



如题,我发现gpt的思考都变成了



xxxxxx


gpt-5.5、gpt-5.4,换不同中转不同客户端都试过了,是一样的

最新回复 (3)
  • xx_yy1 07-09 11:10
    1

    官网返回的就是这个占位符,应该是故意的

  • kokoro0615 楼主 07-09 11:10
    2

    工具调用没有问题,回复也正常


     Thinking: Clarifying import resolution and theme usage

    <!-- -->

    Planning thoughtful message rendering patch

    <!-- -->

    Designing global updateContent patch with state

    <!-- -->

    Designing idempotent patch strategy

    <!-- -->

    Planning patch/unpatch lifecycle

    <!-- -->

    Refining patch method with global state

    <!-- -->

    Designing session-based patching approach

    <!-- -->

    Planning idempotent patching with guard

    <!-- -->

    Planning command persistence and defaults

    <!-- -->

    Exploiting hidden label to trigger update

    <!-- -->

    Evaluating rerender triggers and patch strategies

    <!-- -->

    Planning to patch render for updates

    <!-- -->

    Assessing patch location impact on rendering performance

    <!-- -->

    Evaluating patch strategies for message rendering updates

    <!-- -->

    Planning command support with partial message updates

    <!-- -->

    Assessing hiddenThinkingLabel update strategy

    <!-- -->

    Designing efficient thinking tail update patch

    <!-- -->

    Confirming message content update handling

    <!-- -->

    Planning lineCount default and persistence

    <!-- -->

    Planning extension file with detailed comments

    <!-- -->

    Designing cloneWithThinkingTail function

    <!-- -->

    Implementing thinking tail extraction and settings parsing

    <!-- -->

    Refining content update and render patching

    <!-- -->

    Planning session patching and unpatching

    <!-- -->

    我现在直接落这个“只改渲染、不改会话”的版本。会加一个简单命令改行数,默认 5 行;实现重点是给 AssistantMessageComponent 打补丁,只在 updateContent/render 时裁 thinking 文本。
  • xx_yy1 07-09 11:13
    3

* 帖子来源Linux.do
返回