@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.mjs CHANGED
@@ -1834,6 +1834,7 @@ var Runtime = class {
1834
1834
  ...request,
1835
1835
  messages: messagesWithResults
1836
1836
  };
1837
+ yield { type: "message:end" };
1837
1838
  for await (const event of this.processChatWithLoop(
1838
1839
  nextRequest,
1839
1840
  signal,