letta-ai / letta

Letta (formerly MemGPT) is a framework for creating LLM services with memory.
https://letta.com
Apache License 2.0
12.98k stars 1.42k forks source link

fix: hotfix for duplicate kwarg bug #2099

Closed cpacker closed 3 days ago

cpacker commented 3 days ago
  File "/letta/services/block_manager.py", line 32, in create_or_update_block
    block = BlockModel(**data, organization_id=actor.organization_id)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: letta.orm.block.Block() got multiple values for keyword argument 'organization_id'
cpacker commented 3 days ago

2100