record_event
Record an event with its type and content to store in the current session, returning a memory ID for later reference.
Instructions
Record an event in the current session.
Args:
event_type: Type of event (user_message, agent_response, observation, etc.).
content: The event content.
Returns:
The memory ID of the recorded event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| event_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |