@yeaft/webchat-agent 1.0.192 → 1.0.194

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -214,6 +214,8 @@ export class WorkItemWatcher {
214
214
  summary: '',
215
215
  evidence: [],
216
216
  error: err?.message || String(err),
217
+ failureKind: err?.workItemFailureKind || null,
218
+ failureCode: err?.workItemFailureCode || null,
217
219
  loopCount: err?.workItemExecutionStats?.loopCount || 0,
218
220
  toolCount: err?.workItemExecutionStats?.toolCount || 0,
219
221
  llmRequestCount: err?.workItemExecutionStats?.llmRequestCount || 0,