2
0

Add Mistral AI block

Closes #1179
This commit is contained in:
Baptiste Arnaud
2024-01-25 16:35:16 +01:00
parent ab010657b2
commit b68f16f4f7
16 changed files with 491 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
// Do not edit this file manually
import { mistral } from '@typebot.io/mistral-block'
import { qrCode } from '@typebot.io/qrcode-block'
import { chatNode } from '@typebot.io/chat-node-block'
import { calCom } from '@typebot.io/cal-com-block'
@@ -18,6 +19,7 @@ export const forgedBlocks = [
calCom,
chatNode,
qrCode,
mistral,
] as BlockDefinition<(typeof enabledBlocks)[number], any, any>[]
export type ForgedBlockDefinition = (typeof forgedBlocks)[number]