jvcs 1.6.4 → 1.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -25,6 +25,9 @@ async function aiAnalyzer({ filePath="", leftContent="", rightContent="", mode="
|
|
|
25
25
|
- Risks or bugs introduced
|
|
26
26
|
|
|
27
27
|
Format your response in **Markdown only**. Do NOT use HTML or any other format.
|
|
28
|
+
I dont want changes in form of table.
|
|
29
|
+
Provide output as a set of paragraphs.
|
|
30
|
+
Only simple text as output nothing else.
|
|
28
31
|
`;
|
|
29
32
|
|
|
30
33
|
const response = await llm.invoke(prompt);
|