// Do not edit this file manually import { parseBlockCredentials, parseBlockSchema } from '@typebot.io/forge' import { openAIBlock } from '.' export const openAIBlockSchema = parseBlockSchema(openAIBlock) export const openAICredentialsSchema = parseBlockCredentials(openAIBlock)