We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6fefc8 commit f16d17bCopy full SHA for f16d17b
1 file changed
apps/sim/lib/copilot/request/session/contract.ts
@@ -165,6 +165,7 @@ function isStreamRef(value: unknown): value is MothershipStreamV1StreamRef {
165
return (
166
isRecord(value) &&
167
typeof value.streamId === 'string' &&
168
+ value.streamId.length > 0 &&
169
isOptionalString(value.chatId) &&
170
isOptionalString(value.cursor)
171
)
0 commit comments