mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-27 15:01:15 +03:00
9 lines
147 B
Swift
9 lines
147 B
Swift
import Foundation
|
|
|
|
public enum ClawdisCapability: String, Codable, Sendable {
|
|
case canvas
|
|
case camera
|
|
case screen
|
|
case voiceWake
|
|
}
|