We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1be2136 commit 896315dCopy full SHA for 896315d
Foundation Lab/ViewModels/RAGChatViewModel.swift
@@ -424,7 +424,7 @@ private extension RAGChatViewModel {
424
)
425
let task = Task { @MainActor [streamingTextUseCase] in
426
let result = try await streamingTextUseCase.execute(request) { partialResponse in
427
- await updateStreamingEntry(entry, with: partialResponse)
+ await self.updateStreamingEntry(entry, with: partialResponse)
428
}
429
self.lastTokenCount = result.metadata.tokenCount
430
0 commit comments