From 0782185a788da5cd96efc017903330b72f5dd670 Mon Sep 17 00:00:00 2001 From: isaac hershenson Date: Thu, 12 Dec 2024 17:25:46 -0800 Subject: [PATCH] fix --- python/langsmith/client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/langsmith/client.py b/python/langsmith/client.py index f683a36f1..e6cc17cb6 100644 --- a/python/langsmith/client.py +++ b/python/langsmith/client.py @@ -1999,6 +1999,7 @@ def list_runs( "prompt_tokens", "reference_example_id", "run_type", + "serialized", "session_id", "start_time", "status",