feat: remove hints from recipe prompts (#5622)

This commit is contained in:
Alex Hancock
2025-11-07 09:18:59 -05:00
committed by GitHub
parent b006ed2107
commit 44c2166a38
-1
View File
@@ -1330,7 +1330,6 @@ impl Agent {
.with_extensions(extensions_info.into_iter())
.with_frontend_instructions(self.frontend_instructions.lock().await.clone())
.with_extension_and_tool_counts(extension_count, tool_count)
.with_hints(&std::env::current_dir()?)
.build();
let recipe_prompt = prompt_manager.get_recipe_prompt().await;