Skip to content

Commit 013fc9e

Browse files
committed
Fix typo
1 parent c1f5976 commit 013fc9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Core/Sources/ChatContextCollectors/WebChatContextCollector/WebChatContextCollector.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public struct WebChatContextCollector: ChatContextCollector {
1515
) -> ChatContext? {
1616
guard scopes.contains("web") else { return nil }
1717
return .init(
18-
systemPrompt: "You prefer to answer questions with latest latest on the internet.",
18+
systemPrompt: "You prefer to answer questions with latest content on the internet.",
1919
functions: [
2020
SearchFunction(),
2121
]

0 commit comments

Comments
 (0)