Skip to content

Commit 6f83e4c

Browse files
committed
updates
1 parent eeb1410 commit 6f83e4c

3 files changed

Lines changed: 98 additions & 94 deletions

File tree

apps/sim/lib/copilot/generated/mothership-stream-v1-schema.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,8 +486,11 @@ export const MOTHERSHIP_STREAM_V1_SCHEMA: JsonSchema = {
486486
streamId: {
487487
type: 'string',
488488
},
489+
userId: {
490+
type: 'string',
491+
},
489492
},
490-
required: ['streamId', 'checkpointId', 'results'],
493+
required: ['streamId', 'checkpointId', 'userId', 'results'],
491494
type: 'object',
492495
},
493496
MothershipStreamV1ResumeToolResult: {

0 commit comments

Comments
 (0)