feat: Add Ask AI to HTTP Request Node (#8917)
This commit is contained in:
@@ -205,7 +205,10 @@ export class FrontendService {
|
||||
ai: {
|
||||
enabled: config.getEnv('ai.enabled'),
|
||||
provider: config.getEnv('ai.provider'),
|
||||
errorDebugging: !!config.getEnv('ai.openAIApiKey'),
|
||||
features: {
|
||||
errorDebugging: !!config.getEnv('ai.openAI.apiKey'),
|
||||
generateCurl: !!config.getEnv('ai.openAI.apiKey'),
|
||||
},
|
||||
},
|
||||
workflowHistory: {
|
||||
pruneTime: -1,
|
||||
|
||||
Reference in New Issue
Block a user