mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat: Add Ask AI to HTTP Request Node (#8917)
This commit is contained in:
@@ -7,8 +7,7 @@ export const CODE_LANGUAGES = ['javaScript', 'python'] as const;
|
||||
export const CODE_EXECUTION_MODES = ['runOnceForAllItems', 'runOnceForEachItem'] as const;
|
||||
|
||||
// Arbitrary value to represent an empty credential value
|
||||
export const CREDENTIAL_EMPTY_VALUE =
|
||||
'__n8n_EMPTY_VALUE_7b1af746-3729-4c60-9b9b-e08eb29e58da' as const;
|
||||
export const CREDENTIAL_EMPTY_VALUE = '__n8n_EMPTY_VALUE_7b1af746-3729-4c60-9b9b-e08eb29e58da';
|
||||
|
||||
export const FORM_TRIGGER_PATH_IDENTIFIER = 'n8n-form';
|
||||
|
||||
|
||||
@@ -2565,7 +2565,10 @@ export interface IN8nUISettings {
|
||||
ai: {
|
||||
enabled: boolean;
|
||||
provider: string;
|
||||
errorDebugging: boolean;
|
||||
features: {
|
||||
errorDebugging: boolean;
|
||||
generateCurl: boolean;
|
||||
};
|
||||
};
|
||||
workflowHistory: {
|
||||
pruneTime: number;
|
||||
|
||||
Reference in New Issue
Block a user