We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6352759 commit f88d732Copy full SHA for f88d732
packages/las-sdk-core/src/types/actionRun.ts
@@ -9,14 +9,15 @@ export type ActionRun = {
9
actionId: string;
10
runId: string;
11
/* Attributes */
12
+ agentRunId?: string | null;
13
createdBy: string;
14
createdTime: Date;
15
history: JSONObject[];
16
input: JSONObject;
17
logId: string;
18
metadata: JSONObject;
19
+ noAgentRunUpdate?: boolean;
20
output?: JSONObject | null;
- agentRunId?: string | null;
21
status: ActionRunStatus;
22
updatedBy?: string | null;
23
updatedTime?: Date | null;
0 commit comments