{"type":"object","properties":{"query":{"type":"string","minLength":1,"description":"A query you wish to perform against the provided contexts."},"top_k":{"type":"integer","minimum":1,"description":"Number of returned results starting with the best score."},"contexts":{"type":"array","items":{"type":"object","properties":{"text":{"type":"string","minLength":1,"description":"One of the provided context content"}}},"description":"List of provided contexts. Note that the index in this array is important, as the response will refer to it."}},"required":["query","contexts"]}