Socket
Book a DemoSign in
Socket

@eggjs/tegg-types

Package Overview
Dependencies
Maintainers
9
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eggjs/tegg-types - npm Package Compare versions

Comparing version
3.73.0-beta.1
to
3.73.0-beta.2
+6
-0
agent-runtime/AgentRuntime.d.ts

@@ -65,2 +65,8 @@ import type { InputContentPart, InputMessage, MessageContentBlock, MessageObject } from './AgentMessage';

threadId?: string;
/**
* Populated by AgentRuntime before calling execRun.
* - true: threadId was provided (resume existing conversation)
* - false: no threadId provided, new thread created
*/
isResume?: boolean;
input: {

@@ -67,0 +73,0 @@ messages: InputMessage[];

+2
-2
{
"name": "@eggjs/tegg-types",
"version": "3.73.0-beta.1",
"version": "3.73.0-beta.2",
"description": "tegg types",

@@ -48,3 +48,3 @@ "keywords": [

},
"gitHead": "b29319ee49b55f6e777d5581d70bfea224bf6e1f"
"gitHead": "e22d62615ba53d4f1734d30e3048a03b7b2c5de9"
}