@raindrop-ai/ai-sdk 0.0.2 → 0.0.3

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
@@ -196,6 +196,7 @@ type WrapAISDKOptions = {
196
196
  args: unknown;
197
197
  }) => RaindropAISDKContext);
198
198
  buildEvent?: EventBuilder;
199
+ autoAttachment?: boolean;
199
200
  send?: {
200
201
  events?: boolean;
201
202
  traces?: boolean;
package/dist/index.d.ts CHANGED
@@ -196,6 +196,7 @@ type WrapAISDKOptions = {
196
196
  args: unknown;
197
197
  }) => RaindropAISDKContext);
198
198
  buildEvent?: EventBuilder;
199
+ autoAttachment?: boolean;
199
200
  send?: {
200
201
  events?: boolean;
201
202
  traces?: boolean;