Fix carveout code error
This commit is contained in:
@@ -244,7 +244,7 @@ def prompt_carveout_check(
|
||||
)
|
||||
|
||||
carveout_answer = _parser(llm_answer_raw)
|
||||
return carveout_answer
|
||||
return carveout_answer[0]
|
||||
|
||||
|
||||
def prompt_special_case_breakout(breakout_template, term_answer, filename):
|
||||
|
||||
Reference in New Issue
Block a user