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