Rephrase Node for by default 5 chunks using LLM.
cURL
curl --request POST \ --url https://api.example.com/api/v1/rephrase/ \ --header 'Content-Type: application/json' \ --data ' { "query": "<string>" } '
{ "answer": "<string>", "references": [ { "source_name": "<string>", "source_type": "<string>", "url": "<string>", "score": 123, "title": "<string>", "text": "<string>", "extras": {} } ] }
Successful Response
Show child attributes