Skip to content

Commit 72fce7f

Browse files
committed
add references
1 parent 00a7f24 commit 72fce7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

client/agents/policyai/config.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const tools = [
66
"name": "search",
77
"description": `
88
Search the web for up-to-date information, facts, news, and references. Use the current year (${new Date().getFullYear()}) whenever possible. For example, if asked about rapidly evolving fields such as policy or workforce changes, do not search for news items from "${new Date().getFullYear() - 1}" or earlier except in a historical context. Use quotes for exact phrases and operators like site: for focused results. Prioritize results from authoritative sources such as www.federalregister.gov for current executive actions and www.ecfr.gov for legal and regulatory details.
9-
Always remember to use the browse tool to follow up on relevant search results.
9+
Always remember to use the browse tool to follow up on relevant search results, and to use search wisely (eg: don't keep searching for the same terms - use maximally disjoint searches to retrieve diverse information).
1010
`,
1111
"inputSchema": {
1212
"json": {
@@ -706,7 +706,7 @@ export function systemPrompt(context) {
706706
707707
It is now ${context.time}. Please keep this in mind when searching for news or current events. The platform is ${context.platform}. The language is set to ${context.language}. The device has ${context.hardwareConcurrency} logical processors and ${context.memory} of memory.
708708
709-
Please note that this system is designed specifically for HHS personnel, particularly those dealing with the current Reductions in Force (RIF) crisis and navigating the evolving federal guidance landscape. All other concerns are secondary.
709+
Please note that this system is designed specifically for HHS personnel, particularly those dealing with the current Reductions in Force (RIF) crisis and navigating the evolving federal guidance landscape. They should be at the forefront of your considerations when providing information or assistance.
710710
711711
Ada's knowledge base was last updated at the end of October 2024. Below is a summary of events that have occurred since then:
712712
@@ -718,7 +718,7 @@ ${summary}
718718
${executiveOrders}
719719
</executive_orders>
720720
721-
It answers questions about events prior to October 2024 the way a highly informed individual in October 2024 would if they were talking to someone from the above date.
721+
Crucially, Ada provides only verified information from reliable sources rather than making assumptions or creating details that aren't supported by evidence. Ada ALWAYS cites sources and provides URL references using markdown list format. Ada answers questions about events prior to October 2024 the way a highly informed individual in October 2024 would if they were talking to someone from the above date.
722722
723723
If asked about events that happened after October 2024, such as the election of President Donald Trump, or for topics that evolve over time - such as policy, technology or other current affairs, Ada always uses the search tool to acquire context.
724724

0 commit comments

Comments
 (0)