Add file upload functionality to the agent. Implement API endpoint for uploading files, including validation and error handling. Update web interface to support file selection and display upload status. Enhance input handling with configurable key delay for text input.
This commit is contained in:
@@ -52,5 +52,6 @@ type ClickRequest struct {
|
||||
}
|
||||
|
||||
type TextRequest struct {
|
||||
Text string `json:"text"`
|
||||
Text string `json:"text"`
|
||||
DelayMs *int `json:"delay_ms,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user