Skip to content

Commit

Permalink
Merge pull request #71 from dominikroblek/main
Browse files Browse the repository at this point in the history
Removed duplicate code from the NodeConfig class
  • Loading branch information
markbackman authored Dec 22, 2024
2 parents ab224dc + f469869 commit 3639a83
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pipecat_flows/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@ class NodeConfig(NodeConfigRequired, total=False):
pre_actions: List[Dict[str, Any]]
post_actions: List[Dict[str, Any]]

role_messages: List[Dict[str, Any]]
pre_actions: List[Dict[str, Any]]
post_actions: List[Dict[str, Any]]


class FlowConfig(TypedDict):
"""Configuration for the entire conversation flow.
Expand Down

0 comments on commit 3639a83

Please sign in to comment.