fix: fix various ease of use problems (#3934)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
from conftest import create_test_module
|
||||
from letta_client.errors import UnprocessableEntityError
|
||||
|
||||
from letta.constants import CORE_MEMORY_HUMAN_CHAR_LIMIT, CORE_MEMORY_PERSONA_CHAR_LIMIT
|
||||
|
||||
BLOCKS_CREATE_PARAMS = [
|
||||
("human_block", {"label": "human", "value": "test"}, {"limit": 5000}, None),
|
||||
("persona_block", {"label": "persona", "value": "test1"}, {"limit": 5000}, None),
|
||||
("human_block", {"label": "human", "value": "test"}, {"limit": CORE_MEMORY_HUMAN_CHAR_LIMIT}, None),
|
||||
("persona_block", {"label": "persona", "value": "test1"}, {"limit": CORE_MEMORY_PERSONA_CHAR_LIMIT}, None),
|
||||
]
|
||||
|
||||
BLOCKS_MODIFY_PARAMS = [
|
||||
|
||||
Reference in New Issue
Block a user