mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-23 15:11:42 +00:00
10 lines
166 B
Swift
10 lines
166 B
Swift
import Foundation
|
|
|
|
public enum OpenClawCapability: String, Codable, Sendable {
|
|
case canvas
|
|
case camera
|
|
case screen
|
|
case voiceWake
|
|
case location
|
|
}
|