Commit d16b566
committed
fix(learning): drop retrospective.system_prompt (no prompt file in this repo)
The retrospective block pointed system_prompt at prompts/retrospective_system.md,
which does not exist in this repo (only databricks-sql-kernel ships one; the
sql-python reference correctly omits the key). The engine treats a set-but-missing
system_prompt as a HARD ERROR, so the daily cron would fail every run.
Drop the key so the flow uses the engine's built-in base prompt
(engineer_prompts.RETRO_SYSTEM_PROMPT) — matching databricks-sql-python and the
odbc learning PR. Also corrects the config comment, which wrongly claimed the file
was "present in this repo."
Caught by peco-review-bot on the sibling PRs.
Co-authored-by: Isaac
Signed-off-by: eric-wang-1990 <e.wang@databricks.com>1 parent f064b93 commit d16b566
1 file changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
120 | | - | |
121 | | - | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
122 | 126 | | |
123 | | - | |
124 | 127 | | |
125 | 128 | | |
126 | 129 | | |
0 commit comments