2024-03-19 10:38:55 +01:00
|
|
|
// Do not edit this file manually
|
2024-03-18 16:09:19 +01:00
|
|
|
import { ForgedBlock } from './types'
|
|
|
|
|
|
|
|
export const forgedBlockIds = [
|
2023-12-13 10:22:02 +01:00
|
|
|
'openai',
|
|
|
|
'cal-com',
|
|
|
|
'chat-node',
|
2024-01-11 12:39:58 +05:30
|
|
|
'qr-code',
|
2024-01-29 13:52:29 +04:00
|
|
|
'dify-ai',
|
2024-01-25 16:35:16 +01:00
|
|
|
'mistral',
|
2024-02-07 17:43:11 +01:00
|
|
|
'elevenlabs',
|
2024-03-12 19:53:33 +02:00
|
|
|
'anthropic',
|
2024-03-01 15:33:22 +01:00
|
|
|
'together-ai',
|
2024-03-05 10:56:54 +01:00
|
|
|
'open-router',
|
2024-05-27 12:46:42 +04:00
|
|
|
'nocodb',
|
2024-08-16 11:23:23 -04:00
|
|
|
'segment',
|
2024-03-18 16:09:19 +01:00
|
|
|
] as const satisfies ForgedBlock['type'][]
|