@yourgpt/llm-sdk 2.1.2 → 2.1.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.js CHANGED
@@ -1836,6 +1836,7 @@ var Runtime = class {
1836
1836
  ...request,
1837
1837
  messages: messagesWithResults
1838
1838
  };
1839
+ yield { type: "message:end" };
1839
1840
  for await (const event of this.processChatWithLoop(
1840
1841
  nextRequest,
1841
1842
  signal,