fix: Added description column on typebot, dify and openai

This commit is contained in:
Davidson Gomes
2024-08-03 13:51:24 -03:00
parent 8438c442b4
commit 2aa0e08ae4
14 changed files with 56 additions and 37 deletions

View File

@@ -118,6 +118,7 @@ export class DifyService {
const dify = await this.prismaRepository.dify.create({
data: {
enabled: data.enabled,
description: data.description,
botType: data.botType,
apiUrl: data.apiUrl,
apiKey: data.apiKey,