[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
834b34c68d
commit
394cdf48ea
2 changed files with 2 additions and 6 deletions
|
|
@ -5154,7 +5154,7 @@ class LlamaCppBackend:
|
|||
# artifact check.
|
||||
_visible_raw = content_accum.strip()
|
||||
_visible = (
|
||||
_strip_tool_markup(content_accum, final=True).strip()
|
||||
_strip_tool_markup(content_accum, final = True).strip()
|
||||
if _visible_raw
|
||||
else ""
|
||||
)
|
||||
|
|
|
|||
|
|
@ -996,11 +996,7 @@ def test_reprompts_on_direct_first_person_read_check_open_plan():
|
|||
"1. Identify the columns.\n"
|
||||
"2. Return the total."
|
||||
),
|
||||
(
|
||||
"I will check the docs:\n"
|
||||
"1. Gather relevant sections.\n"
|
||||
"2. Answer."
|
||||
),
|
||||
("I will check the docs:\n" "1. Gather relevant sections.\n" "2. Answer."),
|
||||
(
|
||||
"First, I'll review the repository:\n"
|
||||
"1. Open the relevant file.\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue