fix: update default include_base_tool_rules to None (#3762)

Co-authored-by: Matthew Zhou <mattzh1314@gmail.com>
This commit is contained in:
Kevin Lin
2025-08-06 15:58:29 -07:00
committed by GitHub
parent ca6f474c4e
commit bba9753e1c
9 changed files with 33 additions and 12 deletions

View File

@@ -1022,7 +1022,6 @@ def test_preview_payload(client: LettaSDKClient):
assert system_message["role"] == "system"
assert "base_instructions" in system_message["content"]
assert "memory_blocks" in system_message["content"]
assert "tool_usage_rules" in system_message["content"]
assert "Letta" in system_message["content"]
assert isinstance(payload["tools"], list)