fix: pass begin_message for updating LLM (#14327)
This commit is contained in:
@@ -138,6 +138,7 @@ const createPhoneCallHandler = async ({ input, ctx }: CreatePhoneCallProps) => {
|
||||
method: "PATCH",
|
||||
body: JSON.stringify({
|
||||
general_prompt: generalPrompt,
|
||||
begin_message: beginMessage,
|
||||
}),
|
||||
}).then(getRetellLLMSchema.parse);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user