mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-12 12:47:53 +02:00
chore: add session_name to runs params
This commit is contained in:
@@ -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[
|
||||
|
||||
Reference in New Issue
Block a user