Skip to content

Commit

Permalink
update propmt
Browse files Browse the repository at this point in the history
  • Loading branch information
KDKHD committed Jan 16, 2025
1 parent aa31e87 commit d4abe39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const YOU_ARE_A_HELPFUL_EXPERT_ASSISTANT =
const IF_YOU_DONT_KNOW_THE_ANSWER = 'Do not answer questions unrelated to Elastic Security.';
export const KNOWLEDGE_HISTORY =
'If available, use the Knowledge History provided to try and answer the question. If not provided, you can try and query for additional knowledge via the KnowledgeBaseRetrievalTool.';
export const INCLUDE_CITATIONS = `In your response, cite sources using this citation format: \`{{reference(<reference id>)}}\`. Citations appear after the period. Please only use the citations provided by the tools.
export const INCLUDE_CITATIONS = `In your response, cite sources using this citation format: \`{{reference(<reference id>)}}\`. Citations appear after the punctuation marks. Please only use the citations provided by the tools.
Example citation:
\`\`\`
This vulnerability emerged due to issues in Log4j.{{reference(HMCxq)}} This vulnerability impacted various companies running Java services.{{reference(prSit)}}
Expand Down

0 comments on commit d4abe39

Please sign in to comment.