Skip to content

Commit

Permalink
fix: Handle building if there's no slot_node in graph
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramimashkouk committed Nov 5, 2024
1 parent 8aa4bd8 commit 43e3ff6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 282 deletions.
281 changes: 0 additions & 281 deletions backend/chatsky_ui/services/json_converter.py

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def _get_slots_node(flows):
for flow in flows
for node in flow["data"]["nodes"]
if node["type"] == "slots_node"
]))
]), {"id": "999999", "data": {"groups": []}})

slots_node = _get_slots_node(flows)
self.slots_node = SlotsNode(
Expand Down

0 comments on commit 43e3ff6

Please sign in to comment.