mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-14 08:34:07 -08:00
clean up
This commit is contained in:
parent
8e77acf867
commit
4cd0e73097
|
@ -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);
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue