import_conversations
Import conversation files into memory with automatic format detection. Supports Claude Code, ChatGPT, Slack, plaintext, and connector-v1.
Instructions
Import a conversation file (Claude Code JSONL, Claude.ai JSON, ChatGPT JSON, Slack JSON, plaintext, or connector-v1 JSON) into memory. Auto-detects format or use explicit format parameter. Messages are normalized and stored via the standard persistMemory pipeline. For connector-v1 format, use the standard ConnectorOutputV1 schema (see docs/connector-spec.md).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Raw file content to import | |
| scope | Yes | Target scope for imported memories, e.g. 'project:myapp' | |
| format | No | Conversation format. Use 'auto' to detect automatically. 'connector-v1' for standard connector output. | auto |