8 lines
302 B
TypeScript
8 lines
302 B
TypeScript
// Do not edit this file manually
|
|
import { parseBlockCredentials, parseBlockSchema } from '@typebot.io/forge'
|
|
import { togetherAiBlock } from '.'
|
|
|
|
export const togetherAiBlockSchema = parseBlockSchema(togetherAiBlock)
|
|
export const togetherAiCredentialsSchema =
|
|
parseBlockCredentials(togetherAiBlock)
|