Hi! I’ve successfully installed the project and everything is working correctly.
I’d like to know if there is an API available to start a new chat session based on a specific notebook, send questions, and receive answers in the context of that notebook and session.
My goal would be something like:
Select or create a specific notebook
Start a new chat session attached to it
Send questions programmatically via API
Receive responses in the context of that notebook
Does this functionality already exist, or is it planned for the future?
Thanks in advance!