fix(rebase): restore missing struct fields after main sync
This commit is contained in:
parent
b07e2f52a2
commit
c1a400a859
@ -3837,6 +3837,8 @@ Reminder set successfully."#;
|
||||
whatsapp_app_secret: None,
|
||||
linq: None,
|
||||
linq_signing_secret: None,
|
||||
bluebubbles: None,
|
||||
bluebubbles_webhook_secret: None,
|
||||
nextcloud_talk: None,
|
||||
nextcloud_talk_webhook_secret: None,
|
||||
wati: None,
|
||||
|
||||
@ -1646,6 +1646,8 @@ impl OpenAiCompatibleProvider {
|
||||
usage: None,
|
||||
reasoning_content: None,
|
||||
quota_metadata: None,
|
||||
stop_reason: None,
|
||||
raw_stop_reason: None,
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user