rag

Initiate or continue a chat session with the LLM using a prompt

get/rag/chat_session

Query parameters

modelstring required
promptstring required
session_idstring nullable

Response

Successful Response

responsestring required

The response of the model

session_idstring required

The session ID of the chat

Changes