@trii/types 2.10.593 → 2.10.594

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.
@@ -73,6 +73,7 @@ export interface IWorkflowMessage {
73
73
  status: NodeStatus;
74
74
  content?: IFlowMessageContent[];
75
75
  transferToOtherAgent: boolean | false;
76
+ nextNodeId?: string | null;
76
77
  spaceId: string;
77
78
  workflowId: string;
78
79
  flowId: string;
@@ -106,7 +107,9 @@ export interface IFlowMessageContent {
106
107
  toolOutput?: string;
107
108
  toolStatus?: NodeStatus;
108
109
  toolTransferToOtherAgent: boolean | false;
110
+ toolNextNodeId?: string | null;
109
111
  isPartial?: boolean | false;
112
+ isMessageSended?: boolean | false;
110
113
  /**related to messages module */
111
114
  messageId: string | '';
112
115
  messageShardKey: string | '';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.593",
3
+ "version": "2.10.594",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",