Skip to content

Commit ca1d427

Browse files
authored
Evals wording (#18542)
1 parent 328a498 commit ca1d427

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libs/langchain/langchain/smith/evaluation/runner_utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1298,6 +1298,7 @@ async def arun_on_dataset(
12981298
"0.1.9",
12991299
message="The tags argument is deprecated and will be"
13001300
" removed in a future release. Please specify project_metadata instead.",
1301+
pending=True,
13011302
)
13021303

13031304
if kwargs:
@@ -1360,6 +1361,7 @@ def run_on_dataset(
13601361
"0.1.9",
13611362
message="The tags argument is deprecated and will be"
13621363
" removed in a future release. Please specify project_metadata instead.",
1364+
pending=True,
13631365
)
13641366
if revision_id is None:
13651367
revision_id = get_langchain_env_var_metadata().get("revision_id")

0 commit comments

Comments
 (0)