feat: remove hints from recipe prompts (#5622)
This commit is contained in:
@@ -1330,7 +1330,6 @@ impl Agent {
|
|||||||
.with_extensions(extensions_info.into_iter())
|
.with_extensions(extensions_info.into_iter())
|
||||||
.with_frontend_instructions(self.frontend_instructions.lock().await.clone())
|
.with_frontend_instructions(self.frontend_instructions.lock().await.clone())
|
||||||
.with_extension_and_tool_counts(extension_count, tool_count)
|
.with_extension_and_tool_counts(extension_count, tool_count)
|
||||||
.with_hints(&std::env::current_dir()?)
|
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
let recipe_prompt = prompt_manager.get_recipe_prompt().await;
|
let recipe_prompt = prompt_manager.get_recipe_prompt().await;
|
||||||
|
|||||||
Reference in New Issue
Block a user