Skip to content

Commit 20bf05c

Browse files
committed
[REL-11697] updated handoff default type
1 parent b6a6904 commit 20bf05c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/sdk/server-ai/src/ldai/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ class Edge:
352352
key: str
353353
source_config: str
354354
target_config: str
355-
handoff: Optional[dict] = None
355+
handoff: Optional[dict] = {}
356356

357357

358358
# ============================================================================

0 commit comments

Comments
 (0)