Skip to content

Commit f88d732

Browse files
committed
Update
1 parent 6352759 commit f88d732

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/las-sdk-core/src/types/actionRun.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ export type ActionRun = {
99
actionId: string;
1010
runId: string;
1111
/* Attributes */
12+
agentRunId?: string | null;
1213
createdBy: string;
1314
createdTime: Date;
1415
history: JSONObject[];
1516
input: JSONObject;
1617
logId: string;
1718
metadata: JSONObject;
19+
noAgentRunUpdate?: boolean;
1820
output?: JSONObject | null;
19-
agentRunId?: string | null;
2021
status: ActionRunStatus;
2122
updatedBy?: string | null;
2223
updatedTime?: Date | null;

0 commit comments

Comments
 (0)