@apteva/apteva-kit 0.1.64 → 0.1.66

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.
package/dist/index.d.mts CHANGED
@@ -443,6 +443,7 @@ interface StreamChunk {
443
443
  request_id?: string;
444
444
  tool_id?: string;
445
445
  tool_name?: string;
446
+ tool_display_name?: string;
446
447
  error?: string;
447
448
  message?: string;
448
449
  }
package/dist/index.d.ts CHANGED
@@ -443,6 +443,7 @@ interface StreamChunk {
443
443
  request_id?: string;
444
444
  tool_id?: string;
445
445
  tool_name?: string;
446
+ tool_display_name?: string;
446
447
  error?: string;
447
448
  message?: string;
448
449
  }