mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-13 17:22:37 +02:00
remove widget info from config page
This commit is contained in:
parent
b6fc32d575
commit
1fee3757a5
1 changed files with 3 additions and 7 deletions
|
|
@ -328,12 +328,8 @@ export function SecretSection({
|
||||||
|
|
||||||
return <Section title="Secret">
|
return <Section title="Secret">
|
||||||
<p className="text-sm">
|
<p className="text-sm">
|
||||||
The project secret is used for:
|
The project secret is used for signing tool-call requests sent to your webhook
|
||||||
</p>
|
</p>
|
||||||
<ul className="list-disc list-inside text-sm ml-4">
|
|
||||||
<li>Signing tool-call requests sent to your webhook</li>
|
|
||||||
<li>Signing user-data sent through the chat widget</li>
|
|
||||||
</ul>
|
|
||||||
<Divider />
|
<Divider />
|
||||||
<SectionRow>
|
<SectionRow>
|
||||||
<LeftLabel label="Project secret" />
|
<LeftLabel label="Project secret" />
|
||||||
|
|
@ -410,7 +406,7 @@ export function WebhookUrlSection({
|
||||||
|
|
||||||
return <Section title="Webhook URL">
|
return <Section title="Webhook URL">
|
||||||
<p className="text-sm">
|
<p className="text-sm">
|
||||||
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.
|
||||||
</p>
|
</p>
|
||||||
<Divider />
|
<Divider />
|
||||||
<SectionRow>
|
<SectionRow>
|
||||||
|
|
@ -587,7 +583,7 @@ export default function App({
|
||||||
<SecretSection projectId={projectId} />
|
<SecretSection projectId={projectId} />
|
||||||
<ApiKeysSection projectId={projectId} />
|
<ApiKeysSection projectId={projectId} />
|
||||||
<WebhookUrlSection projectId={projectId} />
|
<WebhookUrlSection projectId={projectId} />
|
||||||
<ChatWidgetSection projectId={projectId} />
|
{/* <ChatWidgetSection projectId={projectId} /> */}
|
||||||
<DeleteProjectSection projectId={projectId} />
|
<DeleteProjectSection projectId={projectId} />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue