Skip to content

Commit

Permalink
Remove tools and datasources
Browse files Browse the repository at this point in the history
  • Loading branch information
homanp committed Sep 27, 2023
1 parent 2b3c117 commit c8cb029
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions libs/ui/app/share/[shareId]/chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -249,18 +249,6 @@ export default function Chat({
<CardDescription>{agent?.description}</CardDescription>
</CardHeader>
<CardContent>
<div className="flex space-x-2">
{agent?.tools.map((tool) => (
<Badge variant="outline" key={tool.id}>
{tool.tool.name}
</Badge>
))}
{agent?.datasources.map((datasource) => (
<Badge variant="outline" key={datasource.id}>
{datasource.datasource.name}
</Badge>
))}
</div>
<p className="text-muted-foreground mt-6 text-xs">
Powered by{" "}
<a
Expand Down

0 comments on commit c8cb029

Please sign in to comment.