@liveblocks/core 3.6.1-preview1 → 3.6.2
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -5
- package/dist/index.d.ts +2 -5
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -3772,13 +3772,10 @@ type AiTextDelta = {
|
|
|
3772
3772
|
type: "text-delta";
|
|
3773
3773
|
textDelta: string;
|
|
3774
3774
|
};
|
|
3775
|
-
type AiReasoningDelta =
|
|
3775
|
+
type AiReasoningDelta = {
|
|
3776
3776
|
type: "reasoning-delta";
|
|
3777
3777
|
textDelta: string;
|
|
3778
|
-
}
|
|
3779
|
-
type: "reasoning-delta";
|
|
3780
|
-
signature: string;
|
|
3781
|
-
}>;
|
|
3778
|
+
};
|
|
3782
3779
|
type AiToolInvocationStreamStart = {
|
|
3783
3780
|
type: "tool-stream";
|
|
3784
3781
|
invocationId: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -3772,13 +3772,10 @@ type AiTextDelta = {
|
|
|
3772
3772
|
type: "text-delta";
|
|
3773
3773
|
textDelta: string;
|
|
3774
3774
|
};
|
|
3775
|
-
type AiReasoningDelta =
|
|
3775
|
+
type AiReasoningDelta = {
|
|
3776
3776
|
type: "reasoning-delta";
|
|
3777
3777
|
textDelta: string;
|
|
3778
|
-
}
|
|
3779
|
-
type: "reasoning-delta";
|
|
3780
|
-
signature: string;
|
|
3781
|
-
}>;
|
|
3778
|
+
};
|
|
3782
3779
|
type AiToolInvocationStreamStart = {
|
|
3783
3780
|
type: "tool-stream";
|
|
3784
3781
|
invocationId: string;
|