Skip to content

Commit 81740f9

Browse files
committed
raise retry amount for sumarriser
1 parent ab4d6c9 commit 81740f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

patchwork/common/multiturn_strategy/agentic_strategy_v2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def __init__(
5757
self.__user_prompt_template = user_prompt_template
5858
self.__summariser = Agent(
5959
llm_client,
60+
result_retries=5,
6061
system_prompt=mustache_render(system_prompt_template, self.__template_data),
6162
result_type=example_json_to_base_model(example_json),
6263
model_settings=dict(

0 commit comments

Comments
 (0)