fix: Fix summarizer for Anthropic and add integration tests (#2046)

This commit is contained in:
Matthew Zhou
2024-11-15 16:46:12 -08:00
committed by GitHub
parent cf35b9c4cd
commit 2d26365e42
16 changed files with 218 additions and 68 deletions

View File

@@ -9,7 +9,7 @@ from tests.helpers.endpoints_helper import (
setup_agent,
)
from tests.helpers.utils import cleanup
from tests.test_endpoints import llm_config_dir
from tests.test_model_letta_perfomance import llm_config_dir
"""
This example shows how you can constrain tool calls in your agent.