2
0
Files
bot/packages/forge/blocks/openai/schemas.ts

7 lines
280 B
TypeScript
Raw Normal View History

// 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)