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
Remove token-counting library for conversation history truncation (#2449)
* Simplify RenderedPrompt class
* Fix reference
* Remove (EXAMPLE) from prompts
* Remove long history test
* Fix test with missing async, run on Windows too
* Remove Windows again as a few tests fail
Copy file name to clipboardExpand all lines: app/backend/approaches/prompts/ask_answer_question.prompty
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ If you cannot answer using the sources below, say you don't know. Use below exam
23
23
{% endif %}
24
24
25
25
user:
26
-
(EXAMPLE) What is the deductible for the employee plan for a visit to Overlake in Bellevue?
26
+
What is the deductible for the employee plan for a visit to Overlake in Bellevue?
27
27
28
28
Sources:
29
29
info1.txt: deductibles depend on whether you are in-network or out-of-network. In-network deductibles are $500 for employee and $1000 for family. Out-of-network deductibles are $1000 for employee and $2000 for family.
0 commit comments