feat(editor): Show informative message in NDV when AI tools have no parameters (#15515)

This commit is contained in:
Daria
2025-05-20 12:45:51 +03:00
committed by GitHub
parent cf29b5f188
commit a426ecd2f1
4 changed files with 53 additions and 18 deletions

View File

@@ -55,7 +55,7 @@ const openAiNode: INodeUi = {
describe('NodeCredentials', () => {
const defaultRenderOptions: RenderOptions = {
pinia: createTestingPinia(),
pinia: createTestingPinia({ stubActions: false }),
props: {
overrideCredType: 'openAiApi',
node: httpNode,