🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@stagewise/agent-interface

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stagewise/agent-interface - npm Package Compare versions

Comparing version
0.2.1
to
0.2.2
+3
-1
dist/agent.d.cts

@@ -1439,3 +1439,5 @@ import * as ws from 'ws';

* message length (highest index + 1), a new part will be added.
* @param type - 'replace' to replace the part, 'append' to append text (text parts only)
* @param type - 'replace' to replace the part, 'append' to append text (text parts only).
* When using 'append', only the delta (new text) is sent in the update,
* not the entire content.
*/

@@ -1442,0 +1444,0 @@ updatePart: (content: AgentMessageContentItemPart | AgentMessageContentItemPart[], index: number, type: 'replace' | 'append') => void;

@@ -1439,3 +1439,5 @@ import * as ws from 'ws';

* message length (highest index + 1), a new part will be added.
* @param type - 'replace' to replace the part, 'append' to append text (text parts only)
* @param type - 'replace' to replace the part, 'append' to append text (text parts only).
* When using 'append', only the delta (new text) is sent in the update,
* not the entire content.
*/

@@ -1442,0 +1444,0 @@ updatePart: (content: AgentMessageContentItemPart | AgentMessageContentItemPart[], index: number, type: 'replace' | 'append') => void;

{
"name": "@stagewise/agent-interface",
"author": "tiq UG (haftungsbeschränkt)",
"version": "0.2.1",
"version": "0.2.2",
"license": "AGPL-3.0-only",

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display