feat: expand summarizer providers

This commit is contained in:
Andy Li
2025-07-01 15:07:38 -07:00
committed by GitHub
parent efca9d8ea0
commit 32f2cf17b5
16 changed files with 102 additions and 98 deletions

View File

@@ -443,6 +443,7 @@ def test_function_return_limit(disable_e2b_api_key, client: LettaSDKClient, agen
assert "function output was truncated " in res
@pytest.mark.flaky(max_runs=3)
def test_function_always_error(client: LettaSDKClient, agent: AgentState):
"""Test to see if function that errors works correctly"""