We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffae683 commit f05575bCopy full SHA for f05575b
1 file changed
Sources/NextcloudKit/NextcloudKit+AssistantV2.swift
@@ -55,6 +55,7 @@ public extension NextcloudKit {
55
}
56
types = types
57
.filter { $0.isSingleTextInputOutput(supportedTaskType: supportedTaskType) || $0.isChat() || $0.isTranslate() }
58
+ .sorted { ($0.id ?? "") < ($1.id ?? "") }
59
options.queue.async {
60
continuation.resume(returning: (account: account, types: types, responseData: response, error: .success))
61
0 commit comments