start_session
Start a session by capturing a snapshot of current plan credits and time, enabling delta calculations for credit usage and elapsed time.
Instructions
Start tracking a new chat session. Call this ONCE at the beginning of every chat session.
Captures a snapshot of current plan credits and wall-clock time so that subsequent calls to get_session_stats can calculate deltas.
Returns the session_id and starting credit balance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||