Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@builder.io/ai-utils

Package Overview
Dependencies
Maintainers
0
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@builder.io/ai-utils - npm Package Compare versions

Comparing version 0.0.64 to 0.0.65

19

dist/completion.d.ts

@@ -49,7 +49,2 @@ import type { BuilderContent, BuilderElement, Component } from "@builder.io/sdk";

/**
* Persist the thread conversation context.
* Defaults to `true`.
*/
persistThread?: boolean;
/**
* Additional console logs

@@ -80,2 +75,16 @@ */

};
/**
* Option on how this call should handle the conversation thread.
*
* `persist`:
* - When there is no CompletionOptions `id`, it'll create a new thread id
* - When given an existing `id`, it'll look up the past thread messages and prefix the messages
*
* `ephemeral`:
* - Creates a new conversation each time, ignoring any existing thread history
* - Will not save the conversation for future use
*
* Defaults to `persist`
*/
thread?: "persist" | "ephemeral";
}

@@ -82,0 +91,0 @@ export interface BuilderEditorState {

{
"name": "@builder.io/ai-utils",
"version": "0.0.64",
"version": "0.0.65",
"description": "Builder.io AI utils",

@@ -5,0 +5,0 @@ "type": "module",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc