diff --git a/docs/API/SEARCH.md b/docs/API/SEARCH.md index 714cbd8..56d34ce 100644 --- a/docs/API/SEARCH.md +++ b/docs/API/SEARCH.md @@ -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?"] + ] } ```