From 43febb1b8c53666c6744670837e1446bb2766516 Mon Sep 17 00:00:00 2001 From: dkundel Date: Tue, 13 Aug 2024 13:05:25 -0700 Subject: [PATCH] fix(ai-assistants-samples): fix URL typos --- ai-assistants-samples/assets/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ai-assistants-samples/assets/index.html b/ai-assistants-samples/assets/index.html index f8b95b11..d0ef25ed 100644 --- a/ai-assistants-samples/assets/index.html +++ b/ai-assistants-samples/assets/index.html @@ -801,7 +801,7 @@

Hand over to Flex

id="flex-handoff-tool" class="function-root" readonly="true" - data-path="/tools/flex-handover?&FlowSid=$FLOW_SID" + data-path="/tools/flex-handover?FlexWorkspaceSid=$FLEX_WORKSPACE_SID&FlexWorkflowSid=$FLEX_WORKFLOW_SID" />

@@ -831,8 +831,8 @@

Troubleshooting

in the Twilio Console to see if you have any errors.
  • - Open the Twilio Functions project by clicking "Edit this - application" above, enable "Live Logs" and retry the scenario + Open the Twilio Functions project by clicking "Edit This + Code" above, enable "Live Logs" and retry the scenario that's failing.