mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-25 18:55:19 +02:00
restore webhook tool calling
This commit is contained in:
parent
1b47a03ff1
commit
2ee4f37464
2 changed files with 122 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ import { useState } from 'react';
|
|||
import { Tabs, Tab } from '@/components/ui/tabs';
|
||||
import { HostedServers } from './HostedServers';
|
||||
import { CustomServers } from './CustomServers';
|
||||
import { WebhookConfig } from './WebhookConfig';
|
||||
import { Composio } from './Composio';
|
||||
import type { Key } from 'react';
|
||||
|
||||
|
|
@ -62,6 +63,11 @@ export function ToolsConfig({
|
|||
<CustomServers />
|
||||
</div>
|
||||
</Tab>
|
||||
<Tab key="webhook" title="Webhook">
|
||||
<div className="mt-4 p-6">
|
||||
<WebhookConfig />
|
||||
</div>
|
||||
</Tab>
|
||||
</Tabs>
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue