Skip to content

Commit 458b4eb

Browse files
committed
Temporarily disable query website function
1 parent b23d0fc commit 458b4eb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Core/Sources/ChatContextCollectors/WebChatContextCollector/QueryWebsiteFunction.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ struct QueryWebsiteFunction: ChatGPTFunction {
5757

5858
func call(arguments: Arguments) async throws -> Result {
5959
do {
60+
throw CancellationError()
6061
let embedding = OpenAIEmbedding(
6162
configuration: UserPreferenceEmbeddingConfiguration()
6263
)

0 commit comments

Comments
 (0)