fix(ios): CreateKnowledgeBaseRequest coverKey 设默认值 nil
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
32790070aa
commit
d77a7fe50d
@ -174,7 +174,7 @@ struct KnowledgeBase: Codable, Identifiable {
|
||||
struct CreateKnowledgeBaseRequest: Codable {
|
||||
let title: String
|
||||
let description: String?
|
||||
let coverKey: String?
|
||||
var coverKey: String? = nil
|
||||
}
|
||||
|
||||
struct KnowledgeBaseCoverUploadResult {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user