Skip to content

Commit 771f3d0

Browse files
Apply suggestions from code review
Co-authored-by: Misha Kav <[email protected]>
1 parent 0cd0f70 commit 771f3d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/downloads/automation-library/integrations/askAI/askAI_document.cm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ automations:
1818
{{ source | askAI("Technical writer",
1919
"Review the code diff and generate documentation for any newly added features or significant changes.
2020
Focus on describing functionality, parameters, and expected behavior.
21-
Format the output in clear, concise bullet points or paragraphs.", env.OPEN_AI_TOKEN) | encode }}
21+
Format the output in clear, concise bullet points or paragraphs.", env.OPEN_AI_TOKEN) }}

docs/downloads/automation-library/integrations/askAI/askAI_improve.cm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ automations:
1717
# 🧪 Test Suggestions 🧪
1818
{{ source | askAI("QA tester",
1919
"Review the code diff and suggest improvements to enhance readability, performance, and maintainability.
20-
Focus only on the modified code and provide specific, actionable recommendations.", env.OPEN_AI_TOKEN) | encode }}
20+
Focus only on the modified code and provide specific, actionable recommendations.", env.OPEN_AI_TOKEN) }}

0 commit comments

Comments
 (0)