From 9271130053c1ce8396c6498f1589460556d51b12 Mon Sep 17 00:00:00 2001 From: Eric Rakestraw Date: Sun, 21 Jun 2026 07:36:58 -0500 Subject: [PATCH] Increase repair_attempts for weather prompts --- prompts/pipeline-weather/daily/daily_generated_text.yml | 2 +- prompts/pipeline-weather/hourly/hourly_generated_text.yml | 2 +- prompts/pipeline-weather/today/today_generated_text.yml | 2 +- prompts/pipeline-weather/tomorrow/tomorrow_generated_text.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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