@absolutejs/absolute 0.19.0-beta.245 → 0.19.0-beta.247

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
@@ -102,6 +102,8 @@ var isValidAIClientMessage = (data) => {
102
102
  switch (data.type) {
103
103
  case "chunk":
104
104
  return "content" in data && typeof data.content === "string" && "messageId" in data && "conversationId" in data;
105
+ case "thinking":
106
+ return "content" in data && typeof data.content === "string" && "messageId" in data && "conversationId" in data;
105
107
  case "tool_status":
106
108
  return "name" in data && "status" in data && "messageId" in data && "conversationId" in data;
107
109
  case "complete":
@@ -178399,5 +178401,5 @@ export {
178399
178401
  ANGULAR_INIT_TIMEOUT_MS
178400
178402
  };
178401
178403
 
178402
- //# debugId=E279BFE08A160EC764756E2164756E21
178404
+ //# debugId=35DCA9DB7524FE3B64756E2164756E21
178403
178405
  //# sourceMappingURL=index.js.map