mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 21:40:44 +00:00
fix: align SDK wait and protocol contracts
This commit is contained in:
@@ -1851,11 +1851,11 @@ public struct SessionsMessagesUnsubscribeParams: Codable, Sendable {
|
||||
}
|
||||
|
||||
public struct SessionsAbortParams: Codable, Sendable {
|
||||
public let key: String
|
||||
public let key: String?
|
||||
public let runid: String?
|
||||
|
||||
public init(
|
||||
key: String,
|
||||
key: String?,
|
||||
runid: String?)
|
||||
{
|
||||
self.key = key
|
||||
|
||||
Reference in New Issue
Block a user