mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-24 03:01:16 +03:00
10 lines
165 B
Swift
10 lines
165 B
Swift
import Foundation
|
|
|
|
public enum MoltbotCapability: String, Codable, Sendable {
|
|
case canvas
|
|
case camera
|
|
case screen
|
|
case voiceWake
|
|
case location
|
|
}
|