cURL
curl --request POST \ --url https://apigcp.trynia.ai/v2/oracle/sessions/{session_id}/chat/stream \ --header 'Content-Type: application/json' \ --data ' { "message": "<string>" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Stream a follow-up chat response for an Oracle research session.
The response is generated as grounded Q&A based on:
This is a lightweight chat mode (not a full Oracle research run).
Request body for session chat.
User's follow-up question
1 - 10000
Successful Response
Was this page helpful?