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: examples/WebAPI/appsettings.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,8 @@
14
14
"RetryDelayMs": 1000,
15
15
"RetryPolicy": "ExponentialBackoff",
16
16
"EnableFallbackProviders": false,
17
-
"MaxSearchResults": 10
17
+
"MaxSearchResults": 10,
18
+
"DefaultSystemMessage": "You are a helpful AI assistant that answers questions based on provided context. Always base your answers on the context information provided. If the context doesn't contain enough information, say so clearly."
0 commit comments