Skip to content

Commit

Permalink
Remove pre_actions from insurance demo initial node
Browse files Browse the repository at this point in the history
  • Loading branch information
markbackman committed Dec 17, 2024
1 parent d5dccc9 commit 05343f4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions examples/dynamic/insurance_gemini.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,6 @@ def create_initial_node() -> NodeConfig:
},
}
],
"pre_actions": [
{"type": "tts_say", "text": "Welcome! Let's find the right insurance coverage for you."}
],
}


Expand Down
3 changes: 0 additions & 3 deletions examples/dynamic/insurance_openai.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,6 @@ def create_initial_node() -> NodeConfig:
},
}
],
"pre_actions": [
{"type": "tts_say", "text": "Welcome! Let's find the right insurance coverage for you."}
],
}


Expand Down

0 comments on commit 05343f4

Please sign in to comment.