mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-19 05:50:47 +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
|
|
}
|