chore(workbench): remove legacy trace gap-fill remnants
This commit is contained in:
@@ -2546,8 +2546,9 @@ function codeAgentCompatProjectionPayload(payload = {}, context = {}) {
|
||||
staleMs: projection.staleMs ?? null,
|
||||
blocker: projection.blocker ?? null,
|
||||
workbench: traceId ? {
|
||||
turnUrl: `/v1/workbench/turns/${encodeURIComponent(traceId)}`,
|
||||
traceEventsUrl: `/v1/workbench/traces/${encodeURIComponent(traceId)}/events`
|
||||
detailOnly: true,
|
||||
turnDetailUrl: `/v1/workbench/turns/${encodeURIComponent(traceId)}`,
|
||||
traceEventsDetailUrl: `/v1/workbench/traces/${encodeURIComponent(traceId)}/events`
|
||||
} : null,
|
||||
valuesRedacted: true,
|
||||
secretMaterialStored: false
|
||||
|
||||
Reference in New Issue
Block a user