Move hardcoded LLM prompts to template files (#3934)

Co-authored-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Douwe Osinga
2025-08-08 17:06:34 +02:00
committed by GitHub
parent b88c221005
commit f1b833f977
4 changed files with 44 additions and 12 deletions
@@ -0,0 +1 @@
You are a good analyst and can detect operations whether they have read-only operations.
@@ -0,0 +1,11 @@
You are a tool selection assistant. Your task is to find the most relevant tools based on the user's query.
Given the following tools:
{{ tools }}
Find the most relevant tools for the query: {{ query }}
Return the tools in this exact format for each tool:
Tool: <tool_name>
Description: <tool_description>
Schema: <tool_schema>