Revert "Add reminder message about system prompt" (#28482)
This breaks the agentic loop.
This commit is contained in:
parent
e20daa7639
commit
9dfb907f97
3 changed files with 28 additions and 73 deletions
|
@ -261,12 +261,6 @@ impl PromptBuilder {
|
|||
.render("assistant_system_prompt", context)
|
||||
}
|
||||
|
||||
pub fn generate_assistant_system_prompt_reminder(&self) -> Result<String, RenderError> {
|
||||
self.handlebars
|
||||
.lock()
|
||||
.render("assistant_system_prompt_reminder", &())
|
||||
}
|
||||
|
||||
pub fn generate_inline_transformation_prompt(
|
||||
&self,
|
||||
user_prompt: String,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue