From cea8fcc3fcfcc9dfbb2f8ca4d849cf48074c8642 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 24 Jul 2024 07:12:45 -0700 Subject: [PATCH] test - logging langsmith tags --- litellm/tests/test_langsmith.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/tests/test_langsmith.py b/litellm/tests/test_langsmith.py index 7c690212e..68182e73d 100644 --- a/litellm/tests/test_langsmith.py +++ b/litellm/tests/test_langsmith.py @@ -36,6 +36,7 @@ async def test_async_langsmith_logging(): temperature=0.2, metadata={ "id": run_id, + "tags": ["tag1", "tag2"], "user_api_key": "6eb81e014497d89f3cc1aa9da7c2b37bda6b7fea68e4b710d33d94201e68970c", "user_api_key_alias": "ishaans-langmsith-key", "user_api_end_user_max_budget": None,