We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50293c8 commit 64d66c7Copy full SHA for 64d66c7
examples/src/voice_fn_examples/scenario_example.clj
@@ -57,7 +57,7 @@
57
:transition-to :end}}]}
58
:end {:task-messages [{:role :system, :content "Thank them and end the conversation."}]
59
:functions []
60
- :post-actions [{:type :end-conversation}]}}})
+ :pre-actions [{:type :end-conversation}]}}})
61
62
(defn scenario-example
63
"A scenario is a predefined, highly structured conversation. LLM performance
0 commit comments