@@ -12,6 +12,7 @@ type Props = {
|
||||
isStreamEnabled: boolean
|
||||
prefilledVariables?: Record<string, unknown>
|
||||
resultId?: string
|
||||
textBubbleContentFormat: 'richText' | 'markdown'
|
||||
}
|
||||
|
||||
export const startChat = async ({
|
||||
@@ -22,6 +23,7 @@ export const startChat = async ({
|
||||
isStreamEnabled,
|
||||
prefilledVariables,
|
||||
resultId: startResultId,
|
||||
textBubbleContentFormat,
|
||||
}: Props) => {
|
||||
const {
|
||||
typebot,
|
||||
@@ -43,6 +45,7 @@ export const startChat = async ({
|
||||
publicId,
|
||||
prefilledVariables,
|
||||
resultId: startResultId,
|
||||
textBubbleContentFormat,
|
||||
},
|
||||
message,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user