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
feat: record and correlate tool call IDs across interceptions (#188)
Track provider-supplied tool call IDs with each tool use response.
Add `CorrelatingToolCallID` to the `Interceptor` interface for interception lineage tracking. Each interceptor scans backward through request messages to find the most recent tool call result, identifying the parent interception that triggered the current one.
Adapted from the [aibridge `prompt_provenance_poc`](main...prompt_provenance_poc) branch.
Downstream: [coder/coder#22246](coder/coder#22246).
Closes#165
0 commit comments