mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 03:57:26 +00:00
8 lines
131 B
Swift
8 lines
131 B
Swift
import Foundation
|
|
|
|
public enum ClawdisCapability: String, Codable, Sendable {
|
|
case canvas
|
|
case camera
|
|
case voiceWake
|
|
}
|