We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32c9919 commit cb23793Copy full SHA for cb23793
‎src/pipeline/prompt-notation.ts
@@ -1,9 +1,9 @@
1
import spaceTrim from 'spacetrim';
2
-import { templateParameters } from '../_packages/utils.index';
+import { templateParameters } from '../utils/parameters/templateParameters';
3
import { REPLACING_NONCE } from '../constants';
4
import { PipelineExecutionError } from '../errors/PipelineExecutionError';
5
import { UnexpectedError } from '../errors/UnexpectedError';
6
-import { string_prompt } from '../types/typeAliases';
+import type { string_prompt } from '../types/typeAliases';
7
8
/**
9
* Tag function for notating a prompt as template literal
0 commit comments