We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1f5976 commit 013fc9eCopy full SHA for 013fc9e
1 file changed
Core/Sources/ChatContextCollectors/WebChatContextCollector/WebChatContextCollector.swift
@@ -15,7 +15,7 @@ public struct WebChatContextCollector: ChatContextCollector {
15
) -> ChatContext? {
16
guard scopes.contains("web") else { return nil }
17
return .init(
18
- systemPrompt: "You prefer to answer questions with latest latest on the internet.",
+ systemPrompt: "You prefer to answer questions with latest content on the internet.",
19
functions: [
20
SearchFunction(),
21
]
0 commit comments