This commit is contained in:
Charlie Kolb 2024-11-11 09:24:20 +01:00
parent 8e77acf867
commit 4cd0e73097
No known key found for this signature in database
2 changed files with 1 additions and 4 deletions

View file

@ -414,7 +414,7 @@ describe('Langchain Integration', () => {
assertInputOutputText('Kyiv', 'not.exist');
});
it.only('should show tool info notice if no existing tools were used during execution', () => {
it('should show tool info notice if no existing tools were used during execution', () => {
addNodeToCanvas(MANUAL_CHAT_TRIGGER_NODE_NAME, true);
addNodeToCanvas(AGENT_NODE_NAME, true);

View file

@ -2,7 +2,6 @@
import { ref, computed, onMounted, watch } from 'vue';
import {
NodeConnectionType,
NodeHelpers,
type IRunData,
type IRunExecutionData,
type NodeError,
@ -23,8 +22,6 @@ import { useTelemetry } from '@/composables/useTelemetry';
import { useI18n } from '@/composables/useI18n';
import { waitingNodeTooltip } from '@/utils/executionUtils';
import { N8nCallout, N8nRadioButtons, N8nText } from 'n8n-design-system';
import { useNodeHelpers } from '@/composables/useNodeHelpers';
import { getExecutionData } from '@/api/workflows';
// Types