Skip to content

Commit

Permalink
Clean-up ANTHROPIC_TOOL_USE_META_PROMPT (#8980)
Browse files Browse the repository at this point in the history
  • Loading branch information
spolu authored Nov 27, 2024
1 parent 93c5666 commit 6889dab
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions types/src/front/lib/assistant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -331,10 +331,7 @@ const ANTHROPIC_TOOL_USE_META_PROMPT =
`After using a tool, think for one short bullet point in \`<thinking>\` tags to evaluate ` +
`whether the tools results are enough to answer the user's question. ` +
`The response to the user must be in \`<response>\` tags. ` +
`There must be a single \`<response>\` after the tools use (if any). ` +
`When answering basic factual questions (like capitals, simple definitions, ` +
`or well-known historical dates), provide the answer directly without using the ` +
`search tool AND without mentioning it, common knowledge, or your reasoning process.`;
`There must be a single \`<response>\` after the tools use (if any).`;

export const CLAUDE_3_OPUS_DEFAULT_MODEL_CONFIG: ModelConfigurationType = {
providerId: "anthropic",
Expand Down

0 comments on commit 6889dab

Please sign in to comment.