log_interaction
Record agent interaction turns and thinking time per session. Use after each turn to track progress and update the last activity timestamp.
Instructions
Log an agent interaction (turn) within the session.
Call this after each agent turn to record thinking time. If thinking_seconds is not provided, records a zero-duration ping (useful for just updating the 'last activity' timestamp).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | No | The session to log to. Uses active session if not provided. | |
| thinking_seconds | No | How many seconds the agent spent processing this turn. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||