🚑 Revert resultId optional in startChat response
This commit is contained in:
@@ -74,7 +74,7 @@ export const startChat = publicProcedure
|
||||
},
|
||||
messages,
|
||||
input,
|
||||
resultId: resultId as string,
|
||||
resultId,
|
||||
dynamicTheme,
|
||||
logs,
|
||||
clientSideActions,
|
||||
|
||||
Reference in New Issue
Block a user