Skip to content

extractDebugRequestExtras

extractDebugRequestExtras(request): DebugRequestExtras | undefined

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/core/debugCapture.ts:144

Assemble the non-message request parts (DebugRequestExtras) for the /debug panel from a wrapModelCall request, defensively and key-free. Never throws (the caller already guards, but a debug sink must never break a run) and never dumps the raw model. Lives in core, beside the capture type itself, so every backend feeds the panel the same shape.

unknown

DebugRequestExtras | undefined