2
0

💚 Fix embeds build and create-block CLI

This commit is contained in:
Baptiste Arnaud
2024-03-19 10:38:55 +01:00
parent 56a23a14b6
commit a4c865ca26
35 changed files with 204 additions and 28 deletions

View File

@@ -1,3 +1,4 @@
// Do not edit this file manually
import { ForgedBlock } from './types'
export const forgedBlockIds = [

View File

@@ -23,4 +23,4 @@ export const forgedBlocks = {
[anthropicBlock.id]: anthropicBlock,
[togetherAiBlock.id]: togetherAiBlock,
[openRouterBlock.id]: openRouterBlock,
} as const
}

View File

@@ -1,3 +1,4 @@
// Do not edit this file manually
import { anthropicBlock } from '@typebot.io/anthropic-block'
import { anthropicBlockSchema } from '@typebot.io/anthropic-block/schemas'
import { calComBlock } from '@typebot.io/cal-com-block'