From a1dea28449ede48caf7bc3e8a0ff7d0da263df54 Mon Sep 17 00:00:00 2001 From: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com> Date: Sat, 13 Apr 2024 00:09:13 -0700 Subject: [PATCH] rm comment --- python/langsmith/_testing.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/python/langsmith/_testing.py b/python/langsmith/_testing.py index eb12613d4..71de426d8 100644 --- a/python/langsmith/_testing.py +++ b/python/langsmith/_testing.py @@ -468,12 +468,9 @@ def _get_test_repr(func: Callable, sig: inspect.Signature) -> str: def _ensure_example( func: Callable, *args: Any, langtest_extra: _UTExtra, **kwargs: Any ) -> Tuple[_LangSmithTestSuite, uuid.UUID]: - # 1. check if the id exists. - # TODOs: Local cache + prefer a peek operation client = langtest_extra["client"] or ls_client.Client() output_keys = langtest_extra["output_keys"] signature = inspect.signature(func) - # 2. Create the example inputs: dict = rh._get_inputs_safe(signature, *args, **kwargs) outputs = {} if output_keys: