cURL
curl --request POST \ --url http://localhost:{port}/question \ --header 'Content-Type: application/json' \ --data ' { "question": "<string>", "resources": [ "<string>" ], "quiet": true } '
{ "answer": "<string>", "model": { "provider": "<string>", "model": "<string>", "providerOptions": {} }, "resources": [ "<string>" ], "collection": { "key": "<string>", "path": "<string>" } }
Answer and metadata
Show child attributes