mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat: Add AI Error Debugging using OpenAI (#8805)
This commit is contained in:
@@ -2454,6 +2454,8 @@ export interface IPublicApiSettings {
|
||||
|
||||
export type ExpressionEvaluatorType = 'tmpl' | 'tournament';
|
||||
|
||||
export type N8nAIProviderType = 'openai' | 'unknown';
|
||||
|
||||
export interface IN8nUISettings {
|
||||
endpointForm: string;
|
||||
endpointFormTest: string;
|
||||
@@ -2561,6 +2563,8 @@ export interface IN8nUISettings {
|
||||
};
|
||||
ai: {
|
||||
enabled: boolean;
|
||||
provider: string;
|
||||
errorDebugging: boolean;
|
||||
};
|
||||
workflowHistory: {
|
||||
pruneTime: number;
|
||||
|
||||
Reference in New Issue
Block a user