send chatKey to backend
This commit is contained in:
parent
faec3f3e56
commit
8344bf7fe2
2 changed files with 2 additions and 1 deletions
|
|
@ -391,6 +391,7 @@ export default function FormModal({
|
|||
chatHistory,
|
||||
name: flow.name,
|
||||
description: flow.description,
|
||||
chatKey: chatKey!,
|
||||
});
|
||||
//@ts-ignore
|
||||
setTabsState((old: TabsState) => {
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ export type sendAllProps = {
|
|||
description: string;
|
||||
viewport: Viewport;
|
||||
inputs: { text?: string };
|
||||
|
||||
chatKey: string;
|
||||
chatHistory: { message: string | object; isSend: boolean }[];
|
||||
};
|
||||
export type errorsTypeAPI = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue