log_message
Record a user or assistant message with current local datetime and timezone offset to maintain a timestamped audit trail of AI conversations.
Instructions
Record a single message (user or assistant) with the current local datetime and timezone offset. Call before responding for user messages, and before sending for assistant messages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Session ID returned by start_session | |
| role | Yes | ||
| content | Yes | Full message text |