WebsitePlatform Login

Memory

Personal long-term context for assistants in meinGPT

The built-in Memory tool enables assistants to store and reuse user-specific context over time.

Current behavior

Memory is currently personal per user.

  • memories are scoped to the current user
  • there is no automatic global/shared team memory
  • access is always resolved in user context

Available tool methods

  • memory_add: store a new memory
  • memory_search: search memories
  • memory_get_all: list memories
  • memory_update: update an existing memory

Memory in settings

Central management is available via the new Memory page in Settings.

  • review stored information
  • inspect and adjust existing entries
  • control memory behavior by use case

Best practices

  • store stable preferences and long-term context
  • do not store secrets or highly sensitive data
  • update existing memories when users correct prior information

On this page