mirror of
https://github.com/n8n-io/n8n.git
synced 2025-12-05 19:27:26 -06:00
fix(core): GET /models endpoint doesn't return n8n workflow agents (no-changelog) (#22845)
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user