From 1fee3757a5803de24f68eb150fc3a641830b6f92 Mon Sep 17 00:00:00 2001 From: ramnique <30795890+ramnique@users.noreply.github.com> Date: Wed, 5 Feb 2025 16:13:37 +0530 Subject: [PATCH] remove widget info from config page --- apps/rowboat/app/projects/[projectId]/config/app.tsx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/apps/rowboat/app/projects/[projectId]/config/app.tsx b/apps/rowboat/app/projects/[projectId]/config/app.tsx index 7b16df9a..e72bd51d 100644 --- a/apps/rowboat/app/projects/[projectId]/config/app.tsx +++ b/apps/rowboat/app/projects/[projectId]/config/app.tsx @@ -328,12 +328,8 @@ export function SecretSection({ return

- The project secret is used for: + The project secret is used for signing tool-call requests sent to your webhook

- @@ -410,7 +406,7 @@ export function WebhookUrlSection({ return

- Tool calls issued through the chat widget will be posted to this URL. + In workflow editor, tool calls will be posted to this URL, unless they are mocked.

@@ -587,7 +583,7 @@ export default function App({ - + {/* */}