dakera_session_end
Close an active session with an optional summary to prevent orphaned sessions. Always call at run end, even on error, so the summary remains retrievable.
Instructions
Close an active session with an optional summary. Always call at run end (even on error) to avoid orphaned sessions; summary is retrievable via dakera_session_get.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | No | Optional session summary | |
| session_id | Yes | Session ID to end |