FunctionCedarCopilotClient({
children,
userId = null,
threadId = null,
llmProvider,
messageStorage,
voiceSettings,
responseProces
packages/cedar-os/src/components/CedarCopilot.client.tsx:27
FunctionChatInput({
handleFocus,
handleBlur,
isInputFocused,
className = '',
stream = true,
})
packages/cedar-os-components/chatInput/ChatInput.tsx:27
FunctionCollapsibleSection({
title,
isExpanded,
onToggle,
badges,
children,
})
packages/cedar-os/src/components/debugger/CollapsibleSection.tsx:7
FunctionCommandBar({
open,
contents,
placeholder = 'Type a command or search...',
className,
onClose,
collapsed: controlle
packages/cedar-os-components/CommandBar/CommandBar.tsx:143
FunctionContainer3D({
children,
className = '',
motionProps = {},
id,
style,
color,
})
packages/cedar-os/src/components/containers/Container3D.tsx:31
FunctionContainer3D({
children,
className = '',
motionProps = {},
id,
style,
color,
})
packages/cedar-os-components/containers/Container3D.tsx:31
FunctionContainer3DButton({
className = '',
childClassName = '',
motionProps = {},
onClick,
children,
id,
withMotion = false,
s
packages/cedar-os-components/containers/Container3DButton.tsx:27
FunctionCustomSlider({ min, max, step, value, unit, label, ranges, styling })
packages/cedar-os-components/spells/SliderSpell.tsx:66
FunctionDiffContainer({
color,
enableIntroAnimation = true,
children,
showDiffActions = false,
onAccept,
onReject,
diffType
packages/cedar-os-components/diffs/DiffContainer.tsx:23
FunctionDiffText({
oldText,
newText,
diffMode = 'words',
showRemoved = true,
animateChanges = true,
className = '',
})
packages/cedar-os-components/diffs/DiffText.tsx:157