PulseAugur
实时 19:53:19
English(EN) Tracing how "steer" behaves during a long-running task in Codex

OpenAI 的 Codex “steer”命令将输入附加到长期任务

一位用户观察到,在使用“steer”命令时,OpenAICodex 模型不会中断长期运行的任务。新的输入似乎被附加到正在进行的任务中,而不是取消或创建新的回合。该用户记录并分享了这一行为,并询问其他人是否在代理系统中遇到过类似问题。 AI

影响 这一观察结果可能会告知使用代理系统的开发者有关任务管理的潜在限制。

排序理由 用户对特定产品行为的观察,而非新发布或重大公告。

在 r/OpenAI 阅读 →

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

OpenAI 的 Codex “steer”命令将输入附加到长期任务

报道来源 [1]

  1. r/OpenAI TIER_2 English(EN) · /u/foxtrot_north ·

    Tracing how "steer" behaves during a long-running task in Codex

    <!-- SC_OFF --><div class="md"><p>I noticed that Codex <code>/steer</code> does not interrupt a long-running task. After checking the local session logs, it appears to append new input to the in-flight task rather than create a separate turn or cancellation.</p> <p>I wrote up the…