Skip to content

Commit

Permalink
Removed duplicated curly braces in test stubs too
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbraza committed May 30, 2024
1 parent 5c3fd6a commit 140b32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_paperqa.py
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ def test_custom_json_props():
summary_json_system="Provide a summary of the excerpt that could help answer the question based on the excerpt. " # noqa: E501
"The excerpt may be irrelevant. Do not directly answer the question - only summarize relevant information. "
"Respond with the following JSON format:\n\n"
'{{\n"summary": "...",\n"person_name": "...",\n"relevance_score": "..."}}\n\n'
'{\n"summary": "...",\n"person_name": "...",\n"relevance_score": "..."}\n\n'
"where `summary` is relevant information from text - "
"about 100 words words, `person_name` specifies the person discussed in "
"the excerpt (may be different than query), and `relevance_score` is "
Expand Down

0 comments on commit 140b32c

Please sign in to comment.