FunctionActionButton({
icon,
iconBoxSize = 3.5,
label,
requireBeta = false,
onClick,
...buttonProps
}: {
icon: IconT
app/src/components/ActionButton.tsx:8
FunctionAppShell({
children,
title,
requireAuth,
requireBeta,
containerProps,
}: {
children: React.ReactNode;
ti
app/src/components/nav/AppShell.tsx:181
FunctionCustomInstructionsInput({
instructions,
setInstructions,
loading,
onSubmit,
placeholder = "Send custom instructions",
...
app/src/components/CustomInstructionsInput.tsx:13
FunctionEditableMessage({
message,
onEdit,
onDelete,
isOutput,
ruleMatches = [],
}: {
message: ChatCompletionMessageParam
app/src/components/nodeEntries/NodeEntriesTable/NodeEntryDrawer/EditableMessage.tsx:27