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: app/frontend/src/i18n/tooltips.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ export const toolTipText = {
5
5
"Overrides the prompt used to generate the answer based on the question and search results. To append to existing prompt instead of replace whole prompt, start your prompt with '>>>'.",
6
6
temperature:
7
7
"Sets the temperature of the request to the LLM that generates the answer. Higher temperatures result in more creative responses, but they may be less grounded.",
8
+
seed: "Sets a seed to improve the reproducibility of the model's responses. The seed can be any integer.",
8
9
searchScore:
9
10
"Sets a minimum score for search results coming back from Azure AI search. The score range depends on whether you're using hybrid (default), vectors only, or text only.",
"Benefit_Options-2.pdf: There is a whistleblower policy."
6
+
]
7
+
},
8
+
"thoughts": [
9
+
{
10
+
"description": [
11
+
"{'role': 'system', 'content': \"Below is a history of the conversation so far, and a new question asked by the user that needs to be answered by searching in a knowledge base.\\n You have access to Azure AI Search index with 100's of documents.\\n Generate a search query based on the conversation and the new question.\\n Do not include cited source filenames and document names e.g info.txt or doc.pdf in the search query terms.\\n Do not include any text inside [] or <<>> in the search query terms.\\n Do not include any special characters like '+'.\\n If the question is not in English, translate the question to English before generating the search query.\\n If you cannot generate a search query, return just the number 0.\\n \"}",
12
+
"{'role': 'user', 'content': 'How did crypto do last year?'}",
13
+
"{'role': 'assistant', 'content': 'Summarize Cryptocurrency Market Dynamics from last year'}",
14
+
"{'role': 'user', 'content': 'What are my health plans?'}",
15
+
"{'role': 'assistant', 'content': 'Show available health plans'}",
16
+
"{'role': 'user', 'content': 'Generate search query for: What is the capital of France?'}"
"{'role': 'system', 'content': \"Assistant helps the company employees with their healthcare plan questions, and questions about the employee handbook. Be brief in your answers.\\n Answer ONLY with the facts listed in the list of sources below. If there isn't enough information below, say you don't know. Do not generate answers that don't use the sources below. If asking a clarifying question to the user would help, ask the question.\\n For tabular information return it as an html table. Do not return markdown format. If the question is not in English, answer in the language used in the question.\\n Each source has a name followed by colon and the actual information, always include the source name for each fact you use in the response. Use square brackets to reference the source, for example [info1.txt]. Don't combine sources, list each source separately, for example [info1.txt][info2.pdf].\\n \\n \\n \"}",
64
+
"{'role': 'user', 'content': 'What is the capital of France?\\n\\nSources:\\nBenefit_Options-2.pdf: There is a whistleblower policy.'}"
65
+
],
66
+
"props": {
67
+
"model": "gpt-35-turbo"
68
+
},
69
+
"title": "Prompt to generate answer"
70
+
}
71
+
]
72
+
},
73
+
"finish_reason": "stop",
74
+
"index": 0,
75
+
"logprobs": null,
76
+
"message": {
77
+
"content": "The capital of France is Paris. [Benefit_Options-2.pdf].",
0 commit comments