fix(core): GET /models endpoint doesn't return n8n workflow agents (no-changelog) (#22845)

This commit is contained in:
Suguru Inoue
2025-12-05 21:15:48 +01:00
committed by GitHub
parent 5c76f1ec56
commit f72bbaf088

View File

@@ -1,4 +1,4 @@
import { In, type WorkflowRepository, type User } from '@n8n/db';
import { In, WorkflowRepository, type User } from '@n8n/db';
import { getBase } from '@/workflow-execute-additional-data';
import { ChatHubAgentService } from './chat-hub-agent.service';