Merge latest feedback base into telemetry stack
# Conflicts: # packages/telemetry/session-telemetry/src/coordinator.ts
This commit is contained in:
@@ -100,7 +100,7 @@ export class TelemetryCoordinator {
|
||||
this.hintFlush(session)
|
||||
})
|
||||
})
|
||||
ctx.on('agent/error', (agent, turn, step, error) => {
|
||||
ctx.on('agent/error', ({ agent, turn, step, error }) => {
|
||||
this.contain(() => {
|
||||
this.relayAgentError(agent, turn, step, error)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user