Update SEARCH.md

This commit is contained in:
ItzCrazyKns 2024-09-25 17:54:35 +05:30
parent 15203c123d
commit 8902abdcee
1 changed files with 4 additions and 1 deletions

View File

@ -28,7 +28,10 @@ The API accepts a JSON object in the request body, where you define the focus mo
},
"focusMode": "webSearch",
"query": "What is Perplexica",
"history": []
"history": [
["human", "Hi, how are you?"],
["assistant", "I am doing well, how can I help you today?"]
]
}
```