Skip to content

Commit 2e92bd6

Browse files
author
Pierre
committed
feat: add code field to template output for better context
1 parent 9333d9c commit 2e92bd6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/14_templated_instructions.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ async def review_code(review_input: CodeReviewInput) -> Run[CodeReviewOutput]:
123123
2. Style guide violations
124124
3. Security issues (if any)
125125
4. Suggested improvements
126+
127+
The code is:
128+
{{ code }}
126129
"""
127130
...
128131

0 commit comments

Comments
 (0)