diff --git a/prompts/pipeline-weather/daily/daily_generated_text.yml b/prompts/pipeline-weather/daily/daily_generated_text.yml index dd73c48..8ff6f8a 100644 --- a/prompts/pipeline-weather/daily/daily_generated_text.yml +++ b/prompts/pipeline-weather/daily/daily_generated_text.yml @@ -22,4 +22,4 @@ output: format: json validation_mode: json_schema schema_path: pipeline-weather/daily/daily.generated_text.schema.json - repair_attempts: 1 \ No newline at end of file + repair_attempts: 2 \ No newline at end of file diff --git a/prompts/pipeline-weather/hourly/hourly_generated_text.yml b/prompts/pipeline-weather/hourly/hourly_generated_text.yml index fc49106..ee79d09 100644 --- a/prompts/pipeline-weather/hourly/hourly_generated_text.yml +++ b/prompts/pipeline-weather/hourly/hourly_generated_text.yml @@ -22,4 +22,4 @@ output: format: json validation_mode: json_schema schema_path: pipeline-weather/hourly/hourly.generated_text.schema.json - repair_attempts: 1 \ No newline at end of file + repair_attempts: 2 \ No newline at end of file diff --git a/prompts/pipeline-weather/today/today_generated_text.yml b/prompts/pipeline-weather/today/today_generated_text.yml index 73f19c7..fa6227c 100644 --- a/prompts/pipeline-weather/today/today_generated_text.yml +++ b/prompts/pipeline-weather/today/today_generated_text.yml @@ -22,4 +22,4 @@ output: format: json validation_mode: json_schema schema_path: pipeline-weather/today/today.generated_text.schema.json - repair_attempts: 1 \ No newline at end of file + repair_attempts: 2 \ No newline at end of file diff --git a/prompts/pipeline-weather/tomorrow/tomorrow_generated_text.yml b/prompts/pipeline-weather/tomorrow/tomorrow_generated_text.yml index 37ccb5b..4984350 100644 --- a/prompts/pipeline-weather/tomorrow/tomorrow_generated_text.yml +++ b/prompts/pipeline-weather/tomorrow/tomorrow_generated_text.yml @@ -22,4 +22,4 @@ output: format: json validation_mode: json_schema schema_path: pipeline-weather/tomorrow/tomorrow.generated_text.schema.json - repair_attempts: 1 \ No newline at end of file + repair_attempts: 2 \ No newline at end of file