@corbat-tech/coco 2.7.0 → 2.8.1

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.ts CHANGED
@@ -993,6 +993,8 @@ interface ChatOptions {
993
993
  stopSequences?: string[];
994
994
  system?: string;
995
995
  timeout?: number;
996
+ /** Abort signal to cancel in-flight requests */
997
+ signal?: AbortSignal;
996
998
  }
997
999
  /**
998
1000
  * Chat response