mirror of
https://github.com/Heretek-AI/openclaw-android-assistant.git
synced 2026-08-28 08:40:00 -04:00
17 lines
293 B
JSON
17 lines
293 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"properties": {
|
|
"query": {
|
|
"type": "string"
|
|
},
|
|
"sessionId": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"query",
|
|
"sessionId"
|
|
],
|
|
"title": "FuzzyFileSearchSessionUpdateParams",
|
|
"type": "object"
|
|
} |