chore: add session_name to runs params

This commit is contained in:
Josh Rogers
2026-07-14 11:22:23 -04:00
parent b96f6170e7
commit d9ed7708a0
+3
View File
@@ -378,6 +378,8 @@ class Run(TypedDict):
"""The run metadata."""
multitask_strategy: MultitaskStrategy
"""Strategy to handle concurrent runs on the same thread."""
langsmith_session_name: NotRequired[str | None]
"""The LangSmith session name associated with this run."""
class Cron(TypedDict):
@@ -488,6 +490,7 @@ RunSelectField = Literal[
"metadata",
"kwargs",
"multitask_strategy",
"langsmith_session_name",
]
CronSelectField = Literal[