Ingest Conversation (deprecated)
hydra_db_ingest_conversationIngest conversation turns into Hydra DB memory to extract insights, preferences, and knowledge graph entities for later recall.
Instructions
DEPRECATED — use hydradb_ingest instead. Ingest one or more user-assistant conversation turns into Hydra DB memory. Hydra DB will extract insights, preferences, and knowledge graph entities from the conversation. Use this to store conversation history so it can be recalled later. Each turn is a pair of user message and assistant response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| turns | Yes | Array of conversation turns, each with a 'user' and 'assistant' field | |
| source_id | Yes | Source identifier to group all turns from the same session together | |
| user_name | No | Optional name of the user for personalisation (default: 'User') |