diff --git a/ui/admin/app/components/Typography.tsx b/ui/admin/app/components/Typography.tsx index 37ca43918..fcac44c10 100644 --- a/ui/admin/app/components/Typography.tsx +++ b/ui/admin/app/components/Typography.tsx @@ -99,7 +99,7 @@ export function TypographyPAccent({ ...props }: TypographyProps<"p">) { return ( - + {children} ); diff --git a/ui/admin/app/components/agent/Agent.tsx b/ui/admin/app/components/agent/Agent.tsx index 4eb265ec6..ec58fde98 100644 --- a/ui/admin/app/components/agent/Agent.tsx +++ b/ui/admin/app/components/agent/Agent.tsx @@ -12,7 +12,7 @@ import { PastThreads } from "~/components/agent/PastThreads"; import { ToolForm } from "~/components/agent/ToolForm"; import { AgentKnowledgePanel } from "~/components/knowledge"; import { Button } from "~/components/ui/button"; -import { Card } from "~/components/ui/card"; +import { CardDescription } from "~/components/ui/card"; import { ScrollArea } from "~/components/ui/scroll-area"; import { useDebounce } from "~/hooks/useDebounce"; @@ -55,24 +55,24 @@ export function Agent({ className, onRefresh }: AgentProps) { onChange={partialSetAgent} /> - +
- +
- +
Tools - + Add tools the allow the agent to perform useful actions such as searching the web, reading files, or interacting with other systems. - + - +
- +
Knowledge - + Provide knowledge to the agent in the form of files, website, or external links in order to give it context about various topics. - + - +
-