save_session_log
Record a coaching session log at session end, capturing the most important takeaway, flags raised, decisions made, and plan adjustments.
Instructions
Save a session summary log for today.
Called at the end of a coaching session to persist what was discussed.
The summary should be 3-5 lines covering: what was discussed, flags
raised, decisions made, and any plan adjustments.
IMPORTANT: The first line should be a standalone sentence capturing
the session's most important takeaway, as it will be used as a
one-liner in compressed session history.
Args:
summary: The session summary text (3-5 lines).
coach_name: Name of the coach persona used in this session.
Returns:
Confirmation message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | ||
| coach_name | No | Coach |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |