mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-22 05:11:06 -05:00
Move tool use rules to top of system prompt for better results
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
import { Anthropic } from "@anthropic-ai/sdk"
|
||||
|
||||
export type ToolName =
|
||||
| "write_to_file"
|
||||
| "read_file"
|
||||
| "list_files"
|
||||
| "list_code_definition_names"
|
||||
| "search_files"
|
||||
| "execute_command"
|
||||
| "inspect_site"
|
||||
| "ask_followup_question"
|
||||
| "attempt_completion"
|
||||
|
||||
export type Tool = Omit<Anthropic.Tool, "name"> & {
|
||||
name: ToolName
|
||||
}
|
||||
Reference in New Issue
Block a user