FunctionAgentModal({
agent,
setAgent,
showAgentModal,
setShowAgentModal,
handler,
}: {
agent: IAgent |
frontend/src/components/views/builder/agents.tsx:205
FunctionCard({
children,
title,
subtitle,
hoverable = true,
active,
cursor = "cursor-pointer",
className = "
frontend/src/components/atoms.tsx:163
FunctionCodeBlock({
code,
language = "python",
showLineNumbers = false,
className = " ",
wrapLines = false,
maxHeig
frontend/src/components/atoms.tsx:486
FunctionCollapseBox({
title,
subtitle,
children,
className = " p-3",
open = false,
}: IProps)
frontend/src/components/atoms.tsx:198
FunctionControlRowView({
title,
description,
value,
control,
className,
truncateLength = 20,
}: {
title: string;
des
frontend/src/components/atoms.tsx:550
FunctionLayout({
meta,
title,
link,
children,
showHeader = true,
restricted = false,
}: Props)
frontend/src/components/layout.tsx:18
FunctionModelModal({
model,
setModel,
showModelModal,
setShowModelModal,
handler,
}: {
model: IModelCo
frontend/src/components/views/builder/models.tsx:233
FunctionMonacoEditor({
value,
editorRef,
language,
onChange,
minimap = true,
}: {
value: string;
onChange?: (value:
frontend/src/components/atoms.tsx:740
FunctionSkillModal({
skill,
setSkill,
showSkillModal,
setShowSkillModal,
handler,
}: {
skill: ISkill |
frontend/src/components/views/builder/skills.tsx:233