This method sends a close request to the API and verifies that the session was properly closed. It logs the session closure and raises an error if the session fails to close. Example:Documentation Index
Fetch the complete documentation index at: https://notte-experiment-visibility-md-links.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Note that we strongly recommend using the with statement to start and stop the session to avoid any issues with session cleanup.
Example:
Returns
None
Raises
ValueError: If the session hasn’t been started (no session_id available).RuntimeError: If the session fails to close properly.

