Skip to content

Commit 64d66c7

Browse files
committed
Fix flow
1 parent 50293c8 commit 64d66c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/voice_fn_examples/scenario_example.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
:transition-to :end}}]}
5858
:end {:task-messages [{:role :system, :content "Thank them and end the conversation."}]
5959
:functions []
60-
:post-actions [{:type :end-conversation}]}}})
60+
:pre-actions [{:type :end-conversation}]}}})
6161

6262
(defn scenario-example
6363
"A scenario is a predefined, highly structured conversation. LLM performance

0 commit comments

Comments
 (0)