chore(readme): fix json documentation

This commit is contained in:
Tim Culverhouse 2025-01-17 09:47:15 -06:00 committed by GitHub
parent cd39e58040
commit d4589925ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -267,7 +267,8 @@ pub enum Response {
#### JSON Equivalent
- `"Close"`
- `{ "DesktopEntry": string }`
- `{ "Context": { "id": number, "options": Array<ContextOption> }}`
- `{ "DesktopEntry": { "path": string, "gpu_preference": GpuPreference }}`
- `{ "Update": Array<SearchResult>}`
- `{ "Fill": string }`