MCPcopy Create free account
hub / github.com/53AI/53AIHub / shouldSkipProcessStepInCompact

Function shouldSkipProcessStepInCompact

api/controller/relay/relay_process_step.go:189–193  ·  view source on GitHub ↗
(step ProcessStep)

Source from the content-addressed store, hash-verified

187}
188
189func shouldSkipProcessStepInCompact(step ProcessStep) bool {
190 // compact 模式只缩减 payload,不再丢弃任何步骤事件。
191 // SSE 的目标是完整重放接口行为,step 是否展示应由前端决定。
192 return false
193}
194
195func buildProcessStepPayload(requestId string, hashedStep ProcessStep) map[string]interface{} {
196 if !config.IsSSECompactMode() {

Callers 1

sendProcessStepFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected