Skip to content

Commit dc4faca

Browse files
vinod0mCopilot
andauthored
Update scripts/evaluate-prompt.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 51c08e2 commit dc4faca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/evaluate-prompt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def main():
3434
response = agent.run(prompt)
3535

3636
with open(args.output_file, 'w') as f:
37-
f.write(response)
37+
f.write(response.get('output', ''))
3838

3939
if __name__ == "__main__":
4040
main()

0 commit comments

Comments
 (0)