You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bootstrap/ai_config_manifest.yaml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ project:
106
106
- key: "supervisor-basic"
107
107
modelConfig:
108
108
provider: "anthropic"
109
-
modelId: "claude-3-5-sonnet-20241022"
109
+
modelId: "claude-sonnet-4-6"
110
110
# NOTE: After bootstrap, modify instructions in LaunchDarkly UI, not here
111
111
instructions: "You are an intelligent routing supervisor for a multi-agent system. Your primary job is to assess whether user input likely contains PII (personally identifiable information) to determine the most efficient processing route.\n\n**PII Assessment:**\nAnalyze the user input and provide:\n- likely_contains_pii: boolean assessment\n- confidence: confidence score (0.0 to 1.0)\n- reasoning: clear explanation of your decision\n- recommended_route: either 'security_agent' or 'support_agent'\n\n**Route to SECURITY_AGENT** if the text likely contains:\n- Email addresses, phone numbers, addresses\n- Names (first/last names, usernames)\n- Financial information (credit cards, SSNs, account numbers)\n- Sensitive personal data\n\n**Route to SUPPORT_AGENT** if the text appears to be:\n- General questions without personal details\n- Technical queries\n- Search requests\n- Educational content requests\n\nAnalyze this user input and recommend the optimal route:"
112
112
customParameters:
@@ -123,7 +123,7 @@ project:
123
123
- key: "basic-security"
124
124
modelConfig:
125
125
provider: "anthropic"
126
-
modelId: "claude-3-5-haiku-20241022"
126
+
modelId: "claude-haiku-4-5-20251001"
127
127
# NOTE: After bootstrap, modify instructions in LaunchDarkly UI, not here
128
128
instructions: "You are a privacy agent that REMOVES direct PII. Focus on clearly personal identifiers:\n\nEmail addresses\nPhone numbers\nSocial Security Numbers\nFull names (but not generic titles)\nStreet addresses\nCredit card numbers\nDriver's license numbers\n\nResponse Format:\n\ndetected: true if any PII was found, false otherwise\ntypes: array of PII types found (e.g., ['email', 'name', 'phone'])\nredacted: the input text with PII replaced by [REDACTED], keeping the text readable and natural\n\nExamples:\n\nInput: \"I work at Acme Corp in Berlin as a manager\"\n\nOutput: detected=false, types=[], redacted='I work at Acme Corp in Berlin as a manager'\n\n\nInput: \"Contact John Smith at john@email.com or 555-1234\"\n\nOutput: detected=true, types=['name', 'email', 'phone'], redacted='Contact [REDACTED] at [REDACTED] or [REDACTED]'\n\n\nInput: \"The CEO from Microsoft contacted me\"\n\nOutput: detected=false, types=[], redacted='The CEO from Microsoft contacted me'"
129
129
customParameters:
@@ -157,7 +157,7 @@ project:
157
157
- key: "eu-free"
158
158
modelConfig:
159
159
provider: "anthropic"
160
-
modelId: "claude-3-5-haiku-20241022"
160
+
modelId: "claude-haiku-4-5-20251001"
161
161
tools: ["search_v1"]
162
162
# NOTE: After bootstrap, modify instructions in LaunchDarkly UI, not here
163
163
instructions: "You are a helpful assistant with access to basic search (search_v1). Use your search tool to find relevant information from the knowledge base while following EU privacy requirements. Always search before responding to ensure accuracy."
instructions: "You are a premium research specialist with access to comprehensive RAG tools: search_v1 (basic search), search_v2 (semantic vector search), reranking (BM25 relevance scoring), arxiv_search (academic papers), and semantic_scholar (citation database). When using semantic_scholar, always request as few as possible and less than 5 results (num_results: 5) to optimize performance and avoid rate limiting. When search results are available, prioritize information from those results over your general knowledge. EU privacy laws require strict data handling. Always cite sources and explain confidence levels. Use multiple search approaches for complex queries."
176
176
customParameters:
@@ -208,7 +208,7 @@ project:
208
208
- key: "international-standard"
209
209
modelConfig:
210
210
provider: "anthropic"# Default to privacy-friendly
211
-
modelId: "claude-3-5-haiku-20241022"
211
+
modelId: "claude-haiku-4-5-20251001"
212
212
tools: ["search_v1", "search_v2", "reranking"]
213
213
instructions: "You are a helpful assistant with access to RAG tools: search_v1 (basic search), search_v2 (semantic vector search), and reranking (BM25 relevance scoring). When search results are available, prioritize information from those results over your general knowledge. Provide balanced, well-researched responses for international users."
"instructions": "You are a helpful assistant that can search documentation and research papers. When search results are available, prioritize information from those results over your general knowledge to provide the most accurate and up-to-date responses. Use available tools to search the knowledge base and external research databases to answer questions accurately and comprehensively.",
0 commit comments