We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b23d0fc commit 458b4ebCopy full SHA for 458b4eb
1 file changed
Core/Sources/ChatContextCollectors/WebChatContextCollector/QueryWebsiteFunction.swift
@@ -57,6 +57,7 @@ struct QueryWebsiteFunction: ChatGPTFunction {
57
58
func call(arguments: Arguments) async throws -> Result {
59
do {
60
+ throw CancellationError()
61
let embedding = OpenAIEmbedding(
62
configuration: UserPreferenceEmbeddingConfiguration()
63
)
0 commit comments