fix: pass begin_message for updating LLM (#14327)

This commit is contained in:
Udit Takkar
2024-04-04 11:14:19 +01:00
committed by GitHub
parent 3900453482
commit d1175bf7de
@@ -138,6 +138,7 @@ const createPhoneCallHandler = async ({ input, ctx }: CreatePhoneCallProps) => {
method: "PATCH",
body: JSON.stringify({
general_prompt: generalPrompt,
begin_message: beginMessage,
}),
}).then(getRetellLLMSchema.parse);