You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(inference): default scenario to 8K/1K instead of Agentic Traces (#552)
The bare /inference landing (and any page without an explicit ?i_seq=)
now defaults the Scenario selector to the 8K/1K fixed-sequence scenario
instead of Agentic Traces. Explicit ?i_seq= links, per-route
initialSequence seeds (/compare pages), and the availability fallback
ordering (selection → 8k/1k → first available) are unchanged. Agentic
e2e specs now pin ?i_seq=agentic-traces explicitly, and a new e2e
asserts the 8K/1K default holds even when the model has agentic data.
中文:将默认场景从 Agentic Traces 改为 8K/1K。未携带 ?i_seq= 参数的
/inference 页面现在默认选中 8K/1K 固定序列场景;显式 ?i_seq= 链接、
/compare 页面的 initialSequence 预设以及可用性回退顺序保持不变。
agentic 相关的 E2E 测试改为显式指定 ?i_seq=agentic-traces,并新增
E2E 用例验证即使模型有 agentic 数据,默认场景仍为 8K/1K。
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
0 commit comments