cURL
curl --request POST \ --url http://localhost:{port}/question/stream \ --header 'Content-Type: application/json' \ --data ' { "question": "<string>", "resources": [ "<string>" ], "quiet": true } '
"<string>"
Server-sent events stream. Event types: meta, reasoning.delta, text.delta, tool.updated, done, error.
The response is of type string.
string