mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-18 20:54:46 +00:00
9 lines
161 B
Swift
9 lines
161 B
Swift
extension WakeParams {
|
|
public init(
|
|
mode: AnyCodable,
|
|
text: String)
|
|
{
|
|
self.init(mode: mode, text: text, sessionkey: nil)
|
|
}
|
|
}
|